Click here to Skip to main content
15,908,931 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Sorry this Login Script Version Pin
User 4886922-Sep-02 6:50
User 4886922-Sep-02 6:50 
Generallogin script Pin
User 4886920-Sep-02 7:05
User 4886920-Sep-02 7:05 
GeneralWierd Problem Pin
John Pepper20-Sep-02 5:27
John Pepper20-Sep-02 5:27 
GeneralRe: Wierd Problem Pin
Paul Watson20-Sep-02 5:47
sitebuilderPaul Watson20-Sep-02 5:47 
GeneralRe: Wierd Problem Pin
akula20-Sep-02 6:09
akula20-Sep-02 6:09 
GeneralRe: Wierd Problem Pin
akula20-Sep-02 13:06
akula20-Sep-02 13:06 
GeneralButton Onclick does not work! Pin
George Ma20-Sep-02 2:19
George Ma20-Sep-02 2:19 
GeneralRe: Button onclick does not work! Pin
Paul Watson20-Sep-02 3:29
sitebuilderPaul Watson20-Sep-02 3:29 
George Ma wrote:
<input type="button" value="button" name="B1" onclick="b.html">

should be:
<input type="button" value="button" name="B1" onclick="javascript: window.location = 'b.html'">

Remember the onclick event just fires off the code assigned to it. It does not know how to actually handle things like b.html.



Paul Watson
Bluegrass
Cape Town, South Africa

GeneralRe: Button onclick does not work! Pin
George Ma27-Sep-02 4:02
George Ma27-Sep-02 4:02 
GeneralRe: Button onclick does not work! Pin
Megan Forbes22-Sep-02 9:41
Megan Forbes22-Sep-02 9:41 
GeneralRe: Button onclick does not work! Pin
George Ma27-Sep-02 4:11
George Ma27-Sep-02 4:11 
GeneralFind Pin
Anonymous20-Sep-02 1:12
Anonymous20-Sep-02 1:12 
QuestionHow to use JSP or Javascript to get resolution rate? Pin
George Ma19-Sep-02 19:22
George Ma19-Sep-02 19:22 
AnswerRe: How to use JSP or Javascript to get resolution rate? Pin
Paul Watson19-Sep-02 21:19
sitebuilderPaul Watson19-Sep-02 21:19 
GeneralRe: How to use JSP or Javascript to get resolution rate? Pin
George Ma20-Sep-02 2:37
George Ma20-Sep-02 2:37 
GeneralPop up a child page at the specified location of parent page. Pin
George Ma19-Sep-02 17:43
George Ma19-Sep-02 17:43 
GeneralRe: Pop up a child page at the specified location of parent page. Pin
MHeckman22-Sep-02 12:45
MHeckman22-Sep-02 12:45 
GeneralRe: Pop up a child page at the specified location of parent page. Pin
George Ma27-Sep-02 4:12
George Ma27-Sep-02 4:12 
QuestionWhat is the difference between JDK and JRE? Pin
George Ma19-Sep-02 4:01
George Ma19-Sep-02 4:01 
AnswerRe: What is the difference between JDK and JRE? Pin
David Salter19-Sep-02 11:22
David Salter19-Sep-02 11:22 
GeneralRe: What is the difference between JDK and JRE? Pin
George Ma19-Sep-02 17:18
George Ma19-Sep-02 17:18 
AnswerRe: What is the difference between JDK and JRE? Pin
HoseaH19-Sep-02 20:51
HoseaH19-Sep-02 20:51 
GeneralRe: What is the difference between JDK and JRE? Pin
George Ma20-Sep-02 2:34
George Ma20-Sep-02 2:34 
GeneralA good book on Client/Server developpment Pin
Olivier REIX19-Sep-02 2:26
Olivier REIX19-Sep-02 2:26 
Generalcalling a subprocedure Pin
mcm19-Sep-02 2:04
mcm19-Sep-02 2:04 

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.