Click here to Skip to main content
15,893,588 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Asp Split and Join Pin
Guffa15-Aug-05 7:29
Guffa15-Aug-05 7:29 
GeneralRe: Asp Split and Join Pin
Anonymous15-Aug-05 4:08
Anonymous15-Aug-05 4:08 
GeneralWeb App Storing Documents in SQL Server Pin
Mike L.14-Aug-05 21:37
Mike L.14-Aug-05 21:37 
GeneralRe: Web App Storing Documents in SQL Server Pin
minhpc_bk14-Aug-05 23:50
minhpc_bk14-Aug-05 23:50 
GeneralISAPI extension with non browser apps Pin
balu chettri13-Aug-05 21:31
balu chettri13-Aug-05 21:31 
GeneralRe: ISAPI extension with non browser apps Pin
Vasudevan Deepak Kumar14-Aug-05 1:59
Vasudevan Deepak Kumar14-Aug-05 1:59 
GeneralJavascript problem Pin
fakefur12-Aug-05 13:54
fakefur12-Aug-05 13:54 
GeneralRe: Javascript problem Pin
Guffa12-Aug-05 22:23
Guffa12-Aug-05 22:23 
The problem is that you use the same delimiter for html attributes and javascript strings. The browser thinks that the attribute ends where you think that the string starts. To the browser, it's only this that makes sense of your anchor tag:

[a href='javascript:popup(']blahblah[/a]

This will of course cause an error. If you had error messages enabled in your browser, you would get the error in a popup. Now it only shows up in the status bar.

Use quotes for html attributes and apostrophes for javascript strings:

[a href="javascript:popup('someurl.html');"]blahblah[/a]

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

GeneralRe: Javascript problem Pin
fakefur14-Aug-05 16:24
fakefur14-Aug-05 16:24 
GeneralRe: Javascript problem Pin
Guffa14-Aug-05 19:08
Guffa14-Aug-05 19:08 
GeneralVery newb question Pin
Esmo200012-Aug-05 9:17
Esmo200012-Aug-05 9:17 
GeneralRe: Very newb question Pin
fakefur12-Aug-05 15:01
fakefur12-Aug-05 15:01 
GeneralUser controlled auto refresh Pin
RadioButton12-Aug-05 6:32
RadioButton12-Aug-05 6:32 
GeneralRe: User controlled auto refresh Pin
Vasudevan Deepak Kumar14-Aug-05 2:01
Vasudevan Deepak Kumar14-Aug-05 2:01 
GeneralHELP!! UREGENT. with publishing my ASP on APACHE Pin
evlxtc12-Aug-05 2:02
evlxtc12-Aug-05 2:02 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
fakefur12-Aug-05 13:59
fakefur12-Aug-05 13:59 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
evlxtc12-Aug-05 21:04
evlxtc12-Aug-05 21:04 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
Vasudevan Deepak Kumar14-Aug-05 2:04
Vasudevan Deepak Kumar14-Aug-05 2:04 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
evlxtc15-Aug-05 0:53
evlxtc15-Aug-05 0:53 
Generalpassing anchor to parent page with javascript Pin
playout12-Aug-05 0:55
playout12-Aug-05 0:55 
GeneralRe: passing anchor to parent page with javascript Pin
Guffa12-Aug-05 5:39
Guffa12-Aug-05 5:39 
GeneralRe: passing anchor to parent page with javascript Pin
playout14-Aug-05 22:07
playout14-Aug-05 22:07 
GeneralAny ideas(Javascript) Pin
AlphonseElric11-Aug-05 15:44
AlphonseElric11-Aug-05 15:44 
GeneralRe: Any ideas(Javascript) Pin
Christian Graus11-Aug-05 15:53
protectorChristian Graus11-Aug-05 15:53 
GeneralRe: Any ideas(Javascript) Pin
AlphonseElric11-Aug-05 16:06
AlphonseElric11-Aug-05 16:06 

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.