Click here to Skip to main content
16,005,316 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Simple web service question Pin
Vecta23-Aug-05 21:03
Vecta23-Aug-05 21:03 
Generalcan't figure is out Pin
Tim Zorn21-Aug-05 12:45
Tim Zorn21-Aug-05 12:45 
GeneralRe: can't figure is out Pin
alex.barylski21-Aug-05 13:21
alex.barylski21-Aug-05 13:21 
GeneralRe: can't figure is out Pin
Tim Zorn21-Aug-05 14:08
Tim Zorn21-Aug-05 14:08 
GeneralRe: can't figure is out Pin
Tim Zorn21-Aug-05 15:00
Tim Zorn21-Aug-05 15:00 
GeneralRe: can't figure is out Pin
Guffa21-Aug-05 19:15
Guffa21-Aug-05 19:15 
Generalthis may be a newbie Q but... Pin
Anonymous20-Aug-05 19:54
Anonymous20-Aug-05 19:54 
GeneralRe: this may be a newbie Q but... Pin
Guffa20-Aug-05 21:38
Guffa20-Aug-05 21:38 
The first line includes a javascript file from the url specified. As the file is a cgi script, the script will be run on the server to return the contents to be included. As javascript files are cached in the browsers, the script might only run the first time if you load the page again, though.

The second line contains javascript code to call the postamble function, that has been defined in another script block.

The lines use HTML 3 syntax. For a more up to date (HTML 4) syntax, use:

<script type="text/javascript" src="http://127.0.0.1:2342/js.cgi?pca&r=9040"></script>

and

<script type="text/javascript">postamble()</script>

---
b { font-weight: normal; }

GeneralRe: Abt html drop down combo Pin
Guffa20-Aug-05 2:50
Guffa20-Aug-05 2:50 
GeneralAbt html drop down combo Pin
Anita Mistry20-Aug-05 2:22
Anita Mistry20-Aug-05 2:22 
GeneralRe: Abt html drop down combo Pin
Vasudevan Deepak Kumar23-Aug-05 0:49
Vasudevan Deepak Kumar23-Aug-05 0:49 
GeneralRe: Abt html drop down combo Pin
Vasudevan Deepak Kumar23-Aug-05 0:52
Vasudevan Deepak Kumar23-Aug-05 0:52 
QuestionHow to use Shockwave Flash Object?? Pin
zhouyinhui19-Aug-05 18:34
zhouyinhui19-Aug-05 18:34 
AnswerRe: How to use Shockwave Flash Object?? Pin
code-frog19-Aug-05 19:11
professionalcode-frog19-Aug-05 19:11 
Generalencrypt and decrypt Pin
GeordieWebProgrammer19-Aug-05 4:57
GeordieWebProgrammer19-Aug-05 4:57 
GeneralRe: encrypt and decrypt Pin
Guffa19-Aug-05 22:36
Guffa19-Aug-05 22:36 
GeneralRe: encrypt and decrypt Pin
alex.barylski21-Aug-05 10:00
alex.barylski21-Aug-05 10:00 
GeneralRe: encrypt and decrypt Pin
Vasudevan Deepak Kumar23-Aug-05 0:40
Vasudevan Deepak Kumar23-Aug-05 0:40 
GeneralOn-click events for dynamically created buttons Pin
wpcolleen19-Aug-05 4:20
wpcolleen19-Aug-05 4:20 
GeneralRe: On-click events for dynamically created buttons Pin
Diep-Virezer20-Aug-05 9:35
Diep-Virezer20-Aug-05 9:35 
Generalwebservice Pin
WDI18-Aug-05 20:46
WDI18-Aug-05 20:46 
GeneralRe: webservice Pin
Guffa18-Aug-05 22:01
Guffa18-Aug-05 22:01 
GeneralXML-RPC from PHP Pin
progman18-Aug-05 12:22
progman18-Aug-05 12:22 
GeneralJavascript: Cursor position in Textare Pin
bin_bin118-Aug-05 9:33
bin_bin118-Aug-05 9:33 
GeneralRe: javascript Cursor position in Textare Pin
alex.barylski21-Aug-05 10:17
alex.barylski21-Aug-05 10:17 

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.