Hi Sheco,
Just to give you the picture of what i am doing ...
i have three forms
1st form has a dropdown which on change submits that form using get method and the page is redisplayed based on the selection in this form
2nd form has another drop down and on changeevent this form is submitted...
Thanks a lot guys for your input.
just to make sure that i understood correctly
apasrt from url appending( of course the size of querystring) there is no major difference in the two methods
I can access all the controls using either of the methods.
It doesnt matter if i use get method and use...
Hi,
I know if you use post method in your form submission then you use request.form and if u use get method u use request.querystring
but i was wondering what are the other major differences in the two in terms of performance and if i have 5 controls on the form ( a checkbox, a textbox, a...
yeah something like that.
I thought it would be easier and simple to submit the form to itself instead of sending to someother asp page and then bringin back to the same page.
I dont know whether i am thinking in the right direction or not
Please let me know
thanks.
i understand what you mean sheco but the question i had was that i saw one example in javascript where the user on submit was calling a javascript function whcih checked for some stuff and later in the function it checked for an
if... clause and in the if condition it had asp code as
<%
'...
Hi ,
It might be answered before but i couldnt find it in search so started a new thread.
The problem i have is i have a bunch of list boxes and when user clicks on submit button witha client side script(vbscript) i am checking whether user has mades any/what selection and if he has not...
Thanks tony,
but i figured out it does that and there are couple of ways how u can avoid it shown int he following link its for asp.net though but concept remains the same
http://www.experts-exchange.com/Web/Q_20832231.html
chopstik i am not working with asp.net i am working with classic asp but the concept remains the same thats why i referred to it.
and following one of the methods there my modal window is no more opening any windows
thanks for your help though it was very nice of you.
onchange i call a function fncTransfer
the code for function is as follows
function fncTransfer()
{
//alert("test");
document.frmProxyAgent.submit()
return true;
}
but still opens a new window
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.