Hi all,
How can one code a (single, not repeated) page refresh using server-side scripting?
Thanks.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20179484.htm...
Zones:
ASPDate Answered: 09/14/2001 Rating: 6.0 Views: 0
I'm looking for a way, if any, to pass a client variable to a serve-side DLL. Something like:
function jsFunc {
var jsParam = ...
var jsVar = '<%=myDLL.myMethod(jsParam)%>';
...
If I replace j...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20270430.htm...
Zones:
ASPDate Answered: 03/09/2002 Rating: 8.4 Views: 0
I have a web page that shows a grid of customers. I want the user to be able click on the customer and select a print option that will call a servlet passing the default windows printer so that I ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20273659.html
Zones:
JavaDate Answered: 06/16/2003 Rating: 7.6 Views: 0
Is there any way to reference a server side VBScript variable in Client side javascript functions?
If not...
Is there any way at all to reference Server Side Variables in Client Side Script?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20287214.htm...
Zones:
ASP,
DHTMLDate Answered: 04/10/2002 Rating: 8.0 Views: 0
my attempts:
Response.Redirect("javascript:alert('Wrong Selection');")
Server.Transfer("javascript:alert('Focus lost from Web Forms MyTextBox control!!');")
Response.Write("javascript:aler...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20502649.html
Zones:
.NETDate Answered: 02/07/2003 Rating: 7.6 Views: 0
Howdy All, I am in the process of developing a web site with some forms on it. Is there an easy way to have the server email a form to me when the customer clicks submit? I DO NOT WANT it emailed...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_Dreamweaver/Q_21126846...
Hi,
I hope I'm in the right section. If the functionality I desire is performed easier and more effectively by another client side scripting language please say!
Basically I have 3 or 4 image...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21718632.html
Zones:
JavaScriptDate Answered: 02/02/2006 Rating: 7.4 Views: 0
HTML Listboxes. I need two side by side boxes where options from the left can be moved to the right box. I have that part working the problem is that the right box resizes itself as everytime you...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22823678.html
This is a bit of a fundamental question for those who are wise sages with CSS, but I can't seem to get it right.
I have a couple of DIV's that I want to show up side by side on this page:
http:...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_24637307.htm...
Zones:
CSS,
HTML,
DrupalDate Answered: 08/08/2009 Rating: 9.2 Views: 0
We moved our application from vs6 to vs2005. I can run my app from the debugger as well as run stand alone on my development machine. But on other machines, I get side-by-side errors. One of t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_24773885.html