Jump to content

quick iframe question


jbrill

Recommended Posts

Given that structure, you should be able to use javascript to hide the first step and display the second step.

 

I think Javascript is more of a viable solution for you. Not necessarily AJAX, just plain old javascript, you can code a function in the new window submit which posts to the main page and hides <div id="step1"> and displays <div id="step2">

Link to comment
https://forums.phpfreaks.com/topic/58611-quick-iframe-question/#findComment-290761
Share on other sites

the div window on the main page is supposed to display all the entries that have been entered (kind of like a guestbook) only problem im having is since the "Add step" opens a new window for adding items the the database, once added the user needs to refresh the whole page to see the new entries, i would rather just be able to refresh the div, to display all the entries and the new ones

Link to comment
https://forums.phpfreaks.com/topic/58611-quick-iframe-question/#findComment-290766
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.