Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dtran
  • Content: Threads
  • Order by date
  1. dtran

    Casading Menu

    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
  2. dtran

    Check which checkbox was selected

    Hi all, I'm trying to figure out how do you know which checkbox was selected from the previous page? Can anyone help? Thanks
  3. dtran

    Refresh Dialog Box

    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...
  4. dtran

    Pop-up window reloads called window

    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...
  5. dtran

    Passing variables with querystring

    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 =...
  6. dtran

    Excel won't go away

    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...
  7. dtran

    Close Button

    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.
  8. dtran

    Navigation bar

    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.
  9. dtran

    Passing variable from page to page

    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...
  10. dtran

    Populate listbox

    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...
  11. dtran

    Passing variable from page to page

    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...
  12. dtran

    Can anyone help with vbscript?

    I have an error that I can't seem to figure out. Code: <input type=&quot;submit&quot; onClick=&quot;<%=updDept(%>this.form.TransferList<%=)%>&quot; value=&quot;Update&quot; id=&quot;Update&quot; name=&quot;Update&quot;> Error: expected ')' Response.Write(updDept() Any help would be appreciated...

Part and Inventory Search

Back
Top