![]() | | ||||||||
| | #1 |
| Expert Product Creator War Room Member Join Date: Oct 2009 Location: Home
Posts: 1,786
Blog Entries: 7 Thanks: 976
Thanked 624 Times in 406 Posts
|
Hi Everyone, I am having a bit of an issue with a new page I am doing The object is to allow them to create a graphic ,ecover photo whatever using the <select> <option> name value here</option> Each area they can select is to be refreshed like temps on change.( I have that part down. However when I send them to the "generate" all it does is grab the iframe page but no graphic comes in no text no picture no nothing. LOL Is there a way to do this using a mysql method or any ay to get the content being selected and typed to appear as one graphic at the end? Layout would be like so <select></select><iframe></iframe> <input text> <input text> <select></select> <select></select> <iframe></iframe> <input type "button" onclick.document.all target="iframe12" value="generate graphic" I am getting frustrated I tried doing all sorts of little tricks but to no avail so I must be missing something any help would be greatly appreciated ![]() Kind Regards, -WD |
| |KimW Needs YOUR Help To Survive| "As a man thinks in his heart so is he-Proverbs 23:7" You are just wasting time focusing on the wrong direction of the market and you will lose out if you don't stop click here now[/URL] | |
| | |
| | #2 |
| Warrior Member Join Date: Mar 2010
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
|
You can use javascript or .NET (autopostback=true). I would go with javascript. I think it's onclick="javascript:iframe.src='x.html';" But my javascript is rusty. Or a javascript function. <script language="javascript"> function loadIframe() { iframeNameHere.src = "xPage.HTML"; iframeNameHere.load(); (????) } |
| | |
![]() |
|
| Tags |
| couple, friends, hey, questions |
| Thread Tools | |
| |
![]() |