Hi all,
I am kinda new to this javascript thing so forgive me if I sound stupid, but I was wondering if anybody can show me how to do a casding menu? You know when you hover over a menu and it then expands that menu. Any help would be grateful.
Thanks
Hi all,
Is there any way to bypass the Internet Explorer refresh dialog box when you click the refresh button? I am trying to reload/refresh a page through the refresh button or through javascript code. I sometimes get Internet Explorer's refresh dialog box stating that the page I'm trying to...
Hi guys,
I am trying reload/refresh a page that called a pop-up window when the pop-up window closes. Does that make sense? I have a page that pops up a pop-up window. The pop-up window updates a table in the database. The pop-up window closes. I still have the window that called the...
Hi all,
I'm trying to pass a variable from one page to another and got stuck. When I get to the next page I can only get the name of the variable not the value of the variable. Any help with the following would be great.
function nextPage(myVar)
{
document.form.action =...
I am doing a "createObject("Excel.Application") in VB.
With the workbook and worksheet and everything works fine.
When I try to popoluate the excel sheet from an access db with "querytables.add(Connection:=rs, Destination:=("A1") where rs is the recordset that holds...
Hi all,
I'm trying to eliminate or either grey out the close button that is on the upper right corner of a web page. I am primary using IE. I have found the window.open function to eliminate the menubar but it still leaves the min, max and close button.
Can anyone help?
Thanks in advance.
Hi all,
This is probably not a vbscript question but I am trying to create a web page where the navigation bar or menu bar(back button, stop button, refresh button, etc.) DOES NOT exist or is invisible or something of that nature.
Please help.
Thanks in advance.
Please help!!
I am trying to pass a variable from one page to another.
I have a variable that I received from server side vbscript that I used in client side javascript. I am trying to do a : location.href = "page.asp?tempVar=myVariable" in javasacript where myVariable is the...
I was wondering if anybody can show me how to populate an already populated listbox without losing the already existing data?
I have a listbox with some values in it that can from a database and wanted to add to it some more values, without losing the existing values, and then call a procedure...
I am wondering how do you pass a variable from one page to another? I know how to use the "Page.asp?name=John", but I want to pass a variable I am getting from a database so I don't know what "name" is, so I can't do that, I think. I know about "Request.Form" and...
I have an error that I can't seem to figure out.
Code: <input type="submit" onClick="<%=updDept(%>this.form.TransferList<%=)%>" value="Update" id="Update" name="Update">
Error: expected ')'
Response.Write(updDept()
Any help would be appreciated...
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.