texmansru47 Posted July 9, 2008 Share Posted July 9, 2008 Is it possible to call a php form and have the size set there? I would like to try to avoid javascripting if possible since I'm having real trouble getting the proper values to transfer between the php form and the javascripts. Texman Link to comment https://forums.phpfreaks.com/topic/113931-can-you-control-the-window-size-of-a-php-form-without-javascripting/ Share on other sites More sharing options...
DyslexicDog Posted July 9, 2008 Share Posted July 9, 2008 PHP doesn't work on anything client side. Link to comment https://forums.phpfreaks.com/topic/113931-can-you-control-the-window-size-of-a-php-form-without-javascripting/#findComment-585454 Share on other sites More sharing options...
texmansru47 Posted July 9, 2008 Author Share Posted July 9, 2008 So javascripting is my only option? Then is there a stable way to pass variables from php forms to javascripts then back to php forms (the popup that teh js opened) because I cannot seem to find it. Link to comment https://forums.phpfreaks.com/topic/113931-can-you-control-the-window-size-of-a-php-form-without-javascripting/#findComment-585463 Share on other sites More sharing options...
cooldude832 Posted July 9, 2008 Share Posted July 9, 2008 Is it possible to call a php form and have the size set there? No because there is no such thing as a php form. A form is a html/xhtml item on the client side which as stated before can only be controlled by client side langauges (javascript) Link to comment https://forums.phpfreaks.com/topic/113931-can-you-control-the-window-size-of-a-php-form-without-javascripting/#findComment-585480 Share on other sites More sharing options...
DyslexicDog Posted July 10, 2008 Share Posted July 10, 2008 You can use XML to have javascript and php communicate. Link to comment https://forums.phpfreaks.com/topic/113931-can-you-control-the-window-size-of-a-php-form-without-javascripting/#findComment-586024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.