smazharzaidi Posted May 28, 2011 Share Posted May 28, 2011 How to showPop Up when form is refreshed and on the back nothing will work hwo can do that .?? when form is refreshed form is working . how can do that plz send me the code if u have ........... Quote Link to comment Share on other sites More sharing options...
mikesta707 Posted May 28, 2011 Share Posted May 28, 2011 If you are looking for someone to write the code for you, there is a freelance forum for that... If you are looking to for it yourself, some information on your situation would be appreciated. Like can you use different libraries? is Jquery an option? Do you need to do this in pure javascript? There are many free libraries that provide popup box like functionality. A quick google search may do you some good. Quote Link to comment Share on other sites More sharing options...
dougjohnson Posted May 31, 2011 Share Posted May 31, 2011 What kind of pop up are you wanting? If a javascript "alert" popup is what you want, you could do: <body onLoad="alert('popup text');"> If you want a popup "window", you could do the same "onLoad" but use: <body onLoad="javascript:window.open('popuppage.php')";> I'm not sure exactly what you're asking for so I'm sorry if I'm off the mark. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.