URL Parameter refer to value in editbox

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
playstorm
 
 
Posts: 4
Joined: Thu Aug 19, 2021 8:54 am

URL Parameter refer to value in editbox

Post by playstorm »

In Form I need to create button after click it will open popup windows and use value in editbox

Like this http://www.abcd.com/studentgrade.php?stdmame = {value in editbox1}?Grade = {value in editbox2}

I see URL Parameter in bottom of link in form button

but i don't know how to refer value in editbox to this URL Parameter

I try URL PARAMETER
stdname =document.getElementsByName('editbox1')&Grade =document.getElementsByName('editbox2')

but it's not work

help me please

Best Regards
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: URL Parameter refer to value in editbox

Post by Pablo »

If you set the form's 'Method' propetry to 'get' then the form will be submitted with URL parameters.
playstorm
 
 
Posts: 4
Joined: Thu Aug 19, 2021 8:54 am

Re: URL Parameter refer to value in editbox

Post by playstorm »

but after i submit I need open that page as popup window

with button type "submit" it didn't have any option etc. target window or frame like button type "link"

so how can I use URL Parameter with submit and after that open page as popup window?



best regards
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: URL Parameter refer to value in editbox

Post by Pablo »

There is no standard option to open a popup window with URL parameters. This requires a custom script.

Note that forms in WWB are standard HTML functionality so anything that works anywhere else will also work in WWB.
playstorm
 
 
Posts: 4
Joined: Thu Aug 19, 2021 8:54 am

Re: URL Parameter refer to value in editbox

Post by playstorm »

thanks a lot :)
Post Reply