On Thursday, August 1, 2002 at 18:41, [EMAIL PROTECTED] wrote:

becu> Under certain circumstances I would like one of these pieces of text to be
becu> displayed when loaded. Seems like the simplest way of achieving this is to
becu> call the javascript function "displayText(n)" (substituting "n" with a
becu> value from the querystring) when the page loads.

becu> Can I do this?

uhuh.

why not just get asp to write out your body tag with an onload event that
shows the text:

   if showTextConditions then
      Response.Write "<body onload=""displayText(" & textCounter & ");"">"
   else
      Response.Write "<body>"
   end if

hth,

darren.


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to