Click here to Skip to main content
16,011,578 members
Home / Discussions / Web Development
   

Web Development

 
GeneralVBScript and Outlook Pin
denis.flotat27-May-01 12:10
denis.flotat27-May-01 12:10 
QuestionIs there any way to get a server (stores username and password) besides buying one? Pin
Gary26-May-01 11:23
Gary26-May-01 11:23 
AnswerRe: Is there any way to get a server (stores username and password) besides buying one? Pin
Ryan Baillargeon5-Jun-01 5:10
Ryan Baillargeon5-Jun-01 5:10 
QuestionHTTP Entity Body Format? Pin
Bryan Anslow25-May-01 9:59
Bryan Anslow25-May-01 9:59 
GeneralCreate your very own cool web site Pin
20-May-01 22:28
suss20-May-01 22:28 
GeneralHelp!Question in sound play. Pin
Shuyi Vi17-May-01 21:28
Shuyi Vi17-May-01 21:28 
QuestionASP Grid? Pin
Aidar Talibzhanov17-May-01 16:46
Aidar Talibzhanov17-May-01 16:46 
GeneralDHTML, Dynamic Layers & Netscape Pin
Jason Teagle16-May-01 5:23
Jason Teagle16-May-01 5:23 
Does anyone know why the following HTML file causes Netscape Communicator 4.7x to screw up? It claims to be still reading the file, but is in fact severely locked up - it has to be shut down manually using Task Manager.

I apologise for the length of code, but it is the smallest snippet I can get to demonstrate the problem.

<html>

<head>
<title>Test Page</title>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<script language="JavaScript1.2">

var WIDTH_LOGO = 288, HEIGHT_LOGO = 64 ;

function CreateLogoDiv()
{
var strSpeech = "\"";

document.write("<LAYER ");

document.writeln("ID=" + strSpeech + "divLogo" + strSpeech);
document.writeln(" STYLE=" + strSpeech + "position:absolute; width:" + WIDTH_LOGO);
document.writeln("; height:" + HEIGHT_LOGO + "; z-index:2;" + strSpeech + ">");
document.writeln("<IMG SRC=" + strSpeech + "halegrange_mark.gif" + strSpeech + ">");

document.writeln("</LAYER>");
}

</script>

Hello<BR>

<script language="JavaScript1.2">

// This call below should generate the following HTML, which of course is not
// visible to the user:
// <LAYER ID="divLogo" STYLE="position:absolute; width:288; height:64; z-index:2;">
// <IMG SRC="some_image.gif">
// </LAYER>
CreateLogoDiv();

</script>

</body>

</html>

Frown | :(
GeneralRe: DHTML, Dynamic Layers & Netscape Pin
12-Jun-01 8:41
suss12-Jun-01 8:41 
GeneralCursor positioning in HTML form Pin
Dhandapani Ammasai16-May-01 3:28
Dhandapani Ammasai16-May-01 3:28 
GeneralRe: Cursor positioning in HTML form Pin
mortrr5-Jun-01 7:22
mortrr5-Jun-01 7:22 
GeneralScripts R Us.. Pin
15-May-01 9:08
suss15-May-01 9:08 
QuestionXML on Client Side??? Pin
12-May-01 4:31
suss12-May-01 4:31 
GeneralBeginner!!!!!!!!! Pin
11-May-01 20:18
suss11-May-01 20:18 
GeneralRe: Beginner!!!!!!!!! Pin
12-May-01 2:43
suss12-May-01 2:43 
GeneralRe: Beginner!!!!!!!!! Pin
12-May-01 11:47
suss12-May-01 11:47 
GeneralRe: Beginner!!!!!!!!! Pin
13-May-01 23:46
suss13-May-01 23:46 
GeneralRe: Beginner!!!!!!!!! Pin
Paul Watson11-Jun-01 6:34
sitebuilderPaul Watson11-Jun-01 6:34 
GeneralLooking for capable programmers Pin
10-May-01 16:15
suss10-May-01 16:15 
GeneralResoures utilization in ASP Pin
8-May-01 23:46
suss8-May-01 23:46 
GeneralBind For NT now Working Pin
8-May-01 23:44
suss8-May-01 23:44 
Generalget IP Address using JavaScript w/ IE 4.0+ Pin
Jeff Risko7-May-01 11:39
Jeff Risko7-May-01 11:39 
GeneralHTA Pin
Eddy Steevens6-May-01 21:13
Eddy Steevens6-May-01 21:13 
GeneralMessage Board Pin
3-May-01 12:33
suss3-May-01 12:33 
GeneralRe: Message Board Pin
3-May-01 14:58
suss3-May-01 14:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.