cltn77 Posted September 8, 2009 Share Posted September 8, 2009 I want to send data from main form to popup window. The problem is i want to display the data in table format instead of textbox control. Anyone can help me? TQ Sample of the code refer to attached file. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/173493-send-data-to-popup-window/ Share on other sites More sharing options...
RussellReal Posted September 8, 2009 Share Posted September 8, 2009 you would need to first.. upload the data to the server.. THEN you may open a popup to a link which can point them to the uploaded content.. order of events.. for your coding user enters page -> user fills out form -> user submits form -> data gets sent.. php is working.. storing data in the database -> php finishes working -> You output some javascript to open up your popup window pointing to a link similar to "http://whatever.com/popup.php?dbEntryId=X".. then the data will appear in the popup Link to comment https://forums.phpfreaks.com/topic/173493-send-data-to-popup-window/#findComment-914509 Share on other sites More sharing options...
cltn77 Posted September 11, 2009 Author Share Posted September 11, 2009 But i don't want to send to server first.. I just want to have a preview. Link to comment https://forums.phpfreaks.com/topic/173493-send-data-to-popup-window/#findComment-916535 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.