Hmm I'm not very good at explaining... but try to understand me.
I'm trying to ...
-
Clicking an image, and my iFrame pops up
Hmm I'm not very good at explaining... but try to understand me.
I'm trying to make an HTML code that after someone clicks my image, my CPA offer will pop up (But my iFramed one).. Hmm..
I'll try to explain again:
Image-->Click-->My iFramed CPA offer OVER my image.
Can anyone tell me how to do it?
I hope you understood me well >.<
Thanks!
I like turtles.
-
-
-
Re: Clicking an image, and my iFrame pops up
Last edited by Dumper; 02-03-2012 at 07:36 PM.
-
-
Re: Clicking an image, and my iFrame pops up
first, what you like is not possible with html, you would need some javascript and css.
you can use the onclick event to call a js to change your img element to an iframe with the same size and position. or try the zindex property.
-
-
Re: Clicking an image, and my iFrame pops up
@Dumper not really :S
Is there any simple way? Just to POP UP a window with my offer after clicking an image...
I never worked with JS and all of this mess so...
I like turtles.
-
-
Re: Clicking an image, and my iFrame pops up
This is something that I thought about doing myself. I am currently brainstorming the idea but I found something that may help you.
The following code would be a good example if you wanted to use a mouse over function. I was thinking of hovering over a picture to make them see your Iframe automatically. The parent location would need to be your page with the iframe on it to work.
<A HREF="website"
onMouseOver="parent.location='dude.html'";>HTML Goodies</A>
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks