Kieran-R Posted April 7, 2011 Posted April 7, 2011 Hi, I need someone who may be experienced with JavaScript to complete a small job which I need done. Basically, I need a JavaScript/jQuery powered pop-out box to load ON PAGE LOAD rather than when someone clicks a link. You can see the JavaScript/jQuery powered pop-out box in use when you click "Sign Up" on: http://mafiaomerta.com As you can see, this basically grabs the contents of another file, and loads them within the pop-out box when you click the specified link. However, I need someone to change it for me, and make the pop-out box open on PAGE LOAD. (Don't worry. if someone can do this for me it wont be put in use for a register form). I have already contacted Danny Hanson about it, but unfortunately he cant do it. This is a paid job. Mail me or post here with your price. (No ridiculous prices please. Im not stupid). Thanks! Quote
Danny696 Posted April 7, 2011 Posted April 7, 2011 I have actually quit coding. But from what I could tell (Im no JS expert) It couldnt be done simply on the documents load. Quote
a_bertrand Posted April 7, 2011 Posted April 7, 2011 Why use ajax if you want to do it on the page load? Why not directly show the content? Seems not smart to me... Quote
Kieran-R Posted April 7, 2011 Author Posted April 7, 2011 Why use ajax if you want to do it on the page load? Why not directly show the content? Seems not smart to me... I would do that, If I could. I didnt make this JavaScript code. It was simply provided to me in this format. SO I need someone who can change the format of which it is loaded. Quote
rulerofzu Posted April 8, 2011 Posted April 8, 2011 Sounds to me like your wishing to do a pop up or pop under which by the easiest method is blocked on most browsers for unwanted advertising. So your looking for a way around it :P With Jquery you would need to look at .ready or .load depending on how the rest of your code is. Or go ask piro if they can do it :D Quote
a_bertrand Posted April 8, 2011 Posted April 8, 2011 No he want to have this pseudo-window appearing at the load of the page. It's pure HTML so browser will not block it, however it's a non sense to make it in JS if it's on the page load. Quote
Kieran-R Posted April 8, 2011 Author Posted April 8, 2011 Im kind of getting what you mean a_bertrand. Ill give it a go at using pure HTML. Thanks Quote
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.