Feb 3, 2004 #1 bretttt Programmer Jul 23, 2002 74 US i have this var foo=prompt(\"Please Enter Tracking Number\" how can i make the default value of the prompt box TRA thanks
i have this var foo=prompt(\"Please Enter Tracking Number\" how can i make the default value of the prompt box TRA thanks
Feb 3, 2004 Thread starter #2 bretttt Programmer Jul 23, 2002 74 US The default text in the prompt box is "undefined" how can i change it?? Upvote 0 Downvote
Feb 3, 2004 #3 bnymk Programmer Feb 7, 2003 296 US like this. var foo=prompt("\"Please Enter Tracking Number\"", "" Upvote 0 Downvote
Feb 3, 2004 Thread starter #4 bretttt Programmer Jul 23, 2002 74 US thank you guys, i know i ask stupid questions.... but im learning as i go, i am new to javascript and i am using it with perl Upvote 0 Downvote
thank you guys, i know i ask stupid questions.... but im learning as i go, i am new to javascript and i am using it with perl