Click here to Skip to main content
15,891,828 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Can we hide query string parameters in the URL? Pin
perle14-Nov-08 12:04
perle14-Nov-08 12:04 
QuestionURL Encode - general understanding Pin
pzn3xq3-Nov-08 9:40
pzn3xq3-Nov-08 9:40 
QuestionMoving code a .js file Pin
chatko3-Nov-08 3:49
chatko3-Nov-08 3:49 
AnswerRe: Moving code a .js file Pin
NeverHeardOfMe3-Nov-08 6:23
NeverHeardOfMe3-Nov-08 6:23 
GeneralRe: Moving code a .js file Pin
chatko3-Nov-08 8:56
chatko3-Nov-08 8:56 
Questiontab controll not found in my vstudio 2005. how to get it gack? Pin
prasun.bheri3-Nov-08 1:03
prasun.bheri3-Nov-08 1:03 
AnswerRe: tab controll not found in my vstudio 2005. how to get it gack? Pin
Aman Bhullar3-Nov-08 23:32
Aman Bhullar3-Nov-08 23:32 
Questionhref="javascript:....." Pin
William Engberts2-Nov-08 22:42
William Engberts2-Nov-08 22:42 
Hi everybody,

I am writing a website that is based on an iframe (i know, not everybody likes iframes, but my client wants music playing on the background that will not be interrupted by pages changes) I want the new pages to be called-in by a little piece of javascript, for which I use the following line:

"<td><a href="javascript:selectPage(0)" target="content">home</a></td>"

However, I keep getting the errormessage that the function "selectPage" is not defined. When I change the code to:

<td><a href="#" onclick="javascript:selectPage(0)" target="content">home</a></td>

Then everything works. The only problem here is that it loads the entire page in the "content" frame, and the part that I want only every other time.

Does anyone have an idea why the "selectPage" function is not recognised in the href, although it is found when placed in an "onclick"?

Thanks in advance,
William
AnswerRe: href="javascript:....." Pin
NeverHeardOfMe2-Nov-08 23:16
NeverHeardOfMe2-Nov-08 23:16 
Question[Message Deleted] Pin
songkeqiang2-Nov-08 21:51
songkeqiang2-Nov-08 21:51 
AnswerRe: How Can I save Web Page? Pin
NeverHeardOfMe2-Nov-08 23:11
NeverHeardOfMe2-Nov-08 23:11 
GeneralRe: How Can I save Web Page? Pin
Ashfield3-Nov-08 0:34
Ashfield3-Nov-08 0:34 
JokeRe: How Can I save Web Page? Pin
Guffa4-Nov-08 15:25
Guffa4-Nov-08 15:25 
QuestionMy client wants me to build an email template for weekly stock emails. Can somebody point me in the right direction? Pin
0vermind2-Nov-08 6:07
0vermind2-Nov-08 6:07 
AnswerRe: My client wants me to build an email template for weekly stock emails. Can somebody point me in the right direction? Pin
Jörgen Andersson3-Nov-08 6:09
professionalJörgen Andersson3-Nov-08 6:09 
QuestionBest way to set up a menu Pin
Tikkunim2-Nov-08 0:23
Tikkunim2-Nov-08 0:23 
AnswerRe: Best way to set up a menu Pin
Johnny ²2-Nov-08 1:43
Johnny ²2-Nov-08 1:43 
GeneralRe: Best way to set up a menu Pin
Tikkunim2-Nov-08 1:53
Tikkunim2-Nov-08 1:53 
GeneralRe: Best way to set up a menu Pin
Perspx2-Nov-08 3:09
Perspx2-Nov-08 3:09 
GeneralRe: Best way to set up a menu Pin
Tikkunim2-Nov-08 3:18
Tikkunim2-Nov-08 3:18 
QuestionHelp me Pleas Pin
Abood_ALNaji1-Nov-08 20:35
Abood_ALNaji1-Nov-08 20:35 
AnswerRe: Help me Pleas Pin
_AK_2-Nov-08 20:23
_AK_2-Nov-08 20:23 
QuestionRetrieve form values - Help Pin
dee cronin1-Nov-08 15:34
dee cronin1-Nov-08 15:34 
GeneralRe: Retrieve form values - Help Pin
cyber-drugs4-Nov-08 1:12
cyber-drugs4-Nov-08 1:12 
GeneralRe: Retrieve form values - Help Pin
dee cronin4-Nov-08 11:27
dee cronin4-Nov-08 11:27 

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.