close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Passing GET variables to <iframe>

Thread began 7/15/2010 7:51 am by tom92909 | Last modified 7/19/2010 11:15 am by Jason Byrnes | 2038 views | 3 replies |

tom92909Beta Tester

Passing GET variables to <iframe>

I'm having trouble passing a variable to (3) <iframes> on an action page.

Example:

php:
<table>
  <?php do { ?>
    <tr>
     <td><INPUT TYPE="BUTTON" VALUE="<?php echo $row_getData['id']; ?>" ONCLICK="window.location.href='my_iframe_page.php?id=<?php echo $row_getData['id']; ?>'"></td>
    </tr>
    <?php } while ($row_getData mysql_fetch_assoc($getData)); ?>
</table>



Below are the <iframes> that are part of my_iframe_page.php

php:
<div align="center">
<p>
   <iframe  src="page1.php?id=<?php echo "".$_GET['id']."";?>"></iframe>
</p>
<p>
   <iframe  src="page2.php?id=<?php echo "".$_GET['id']."";?>"></iframe>
</p>
<p>
   <iframe  src="page3.php?id=<?php echo "".$_GET['id']."";?>"></iframe>
</p>
</div>



How do I pass this ID to all three <iframes>? Is this the correct way to go about doing this?
Should I use a POST instead?

I have also attempted to echo and use the following with no success in the <iframe>, but I am able to successfully echo it on the page with no issue.

php:
<?php $recid urldecode($_GET['id']); ?>





Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

that code should work, do you have a link where I could see the problem to get a better idea of what is wrong?

Sign in to reply to this post

tom92909Beta Tester

The page(s) that I'm working on are on a client site behind a secure directory. I have created a few screen shots and grouped them up to illustrate the output.

I hope this will suffice. As you can see I'm now trying to use a $session variables to transfer the record information to the pages. The GET was giving me empty results as well.


Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
login.php

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...