Hi! The website below has a button that contains the text: "Reveal All Discounts, Deals and Visit Sites" when you click that button the coupon is revealed and the page where you have to insert the code opens in the background. http://www.myvouchercodes.co.uk/cod...rom-Text-Link-Ads-When-Using-This-Coupon-Code My question is: Could anyone tell me how can I do that with Javascript? Thanks in advance!
It is very possible I done something similar using a peekaboo script I created I am sure that can be adapted to your needs... My advice is learn javascript using w3schools or a book from the net, then just start in the morning and work your ass off going through the book, thats what I done and I am ok with javascript but not the best lol... Contact me for more details
I've been trying to learn Javascript for quite some time, but I haven't been able to dedicate a fair amount of time to it. I know how to do that effect with jQuery (except opening the window in the background), but since that's the only Javascript effect my website would have, it would not be worth loading an extra 50KB file just for that. skenk, I'd like to know if you could help me create that effect?
I don't understand what you mean, yankzilla. I want to learn how to do that effect on owm my website.
Use the onclick event on the 'show all' link to 1. open a popup using window.open() 2. change the innerHTML of a div to reveal the text.