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 Chriss Miller 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: URLJones
  • Content: Threads
  • Order by date
  1. URLJones

    asp:HyperLink from one page to execute form submission on another page

    Hi, I was hoping someone could help. I have a page in which I have a form containing two drop-down menus and a "search" button. When the search button is clicked, the results show below the form. I should also mention that the form information is database-driven. So, there are a few Queries...
  2. URLJones

    ASP.Net (C#) - Adding to and transforming an XML file

    Hi. I have a question with regard to Adding/Transforming an XML file within an .aspx file using C#. Basically, I can read in my XML file using C#, but I would like to add some nodes to it (one for language, one for a key, and one for a value). Then I would like to have the xml file transform...
  3. URLJones

    Excel 2003 to XML mapping question

    Hi. I'm a beginner with Excel 2003, and the XML Mapping abilities the program has. Currently, I have been able to export the xml with smaller projects, but I have run into a problem. If I have and XML document with the form of something like: <item> ... <description...
  4. URLJones

    Excel 2003 to XML Mapping Question

    Hi. I'm a beginner with Excel 2003, and the XML Mapping abilities the program has. Currently, I have been able to export the xml with smaller projects, but I have run into a problem. If I have and XML document with the form of something like: <item> ... <description...
  5. URLJones

    Securing the XMLHttpRequest

    Hi. I'm releatively new to AJAX and was hoping someone could shed some light on an issue I have with the XMLHttpRequest. I would like to use AJAX on a company website that I will be working on, but security issues have got me a little worried. Namely, if I have something like: xmlhttp = new...
  6. URLJones

    command line question

    Hi. I just bought a Macbook and I am trying to connect to the print server on my school's wireless network. In the past, if I wanted to do this on the PC I would go to the "start" menu and click on the "Run..." option. Then, in the command field I would type in "\\servername". This would then...
  7. URLJones

    Shtm file not showing xml

    Hi. I have an shtml file with some server-side includes and I would like to display some xml content on it. I have an html version of the file and the xml shows up fine, but there are no server-side-includes visible on the webpage. When using a .shtm extension, the includes show up, but the xmal...
  8. URLJones

    displaying Server Side Include in XML page

    Hi. I have a site which uses a standard set of server-side includes. I am switching one part of the site to xml. The issue I have is that the SSIs don't show up in the xml files. The pre-existing pages have a ".shtm" file extension and include these SSIs within the body of the document. Is there...
  9. URLJones

    Captivate movies in Flash

    Hi. I have a series (5, to be exact) of Captivate movies which I have published as Flash swf's. I am trying to have a Flash "container" file (which has a play/stop button) load the Captivate movies into an empty movie clip on the Flash canvas. The play button would load in the first of the five...
  10. URLJones

    Reading Data from an ASP file into Flash on startup

    Hi. I am currently trying to create a Flash program which displays the status of various systems connected to my main server. The status is kept in a database which I update manually, when required. Now, I have created an ASP file which queries the database for the most recent entry of each...
  11. URLJones

    Windows Media Video overlapping drop-down menu

    Hi, I have recently implemented a menu system on the left side of a webpage. When the mouse cursor is placed over certain links, a sub-menu is then displayed immediately to the right of the respective link (in other words, it's a vertical drop-down menubar as opposed to the typical...
  12. URLJones

    transfer database /w tables to another computer

    Hi, I was wondering if it was possible to move my database which I have created in MySQL to another computer? I tried just moving over the database folder (containing all the tables in that database)from the "data" folder onto the other computer, but this resulted in some errors (for example...
  13. URLJones

    Masking a Text field

    Hi. I was wondering if anybody knew how to mask text? What I have right now is a masking layer on top of a text box. The text box (on the masked layer) will then motion-tween upwards to create a scrolling effect. But, the box which I have drawn on the masking layer (over top of the text box...
  14. URLJones

    Obtaining an objects (x,y) coordinates

    Hi, I was wondering if there is a way to obtain an objects x and y coordinates. In other words, is there a way to get the coordinate of the top-left corner of the object on the HTML page? I would like to have a function for a drop-down menu which accepts a menuID. So, the function would look...
  15. URLJones

    HTML with hotspot over Flash object

    Hi, I was just wondering if there was any way to place a hot-spot over a flash object. I've created a flash-based menu and I would like to have a hot-spot over wach of the menu items so that I can create drop-down menus. Any help would be much appreciated. Thanks, URL
  16. URLJones

    Creating GridLines in Java Swing

    Hi. I've created an application using a JInternalFrame which sits on a JDesktopPane. Within the JInternalFrame, I have place a JScrollPane which holds a number of horizontaly thin panels 1200(width) x 30(height). What I'd like to do is place some vertical gridlines over these panels. What I have...
  17. URLJones

    MIDI input from a MIDI Instrument

    Hi. I would like to read MIDI events from a MIDI instruments (in my case, a keyboard) and would like to display these events to a console in a Java GUI. Would anyone happen to know how to do such a thing? I was trying to use the Receiver interface in the Javax.Sound.Midi package, but the...
  18. URLJones

    ASP error 80040e21: &quot;Undefined Status Value&quot;

    Hi, I'm hoping someone can help me. I have created an Access database and I am trying to add a record to it through ASP. Here's part of the code I have: Dim connect, data_s, onMenu, Query, systemcheckRS set connect = Server.CreateObject("ADODB.Connection") data_s =...
  19. URLJones

    Loading problems...

    Hi, I'm hoping someone can help. I have this demo that I am working on. I have a link on a webpage and, when clicked, will link to my demo. The problem is that when the link is clicked Explorer "freezes" until the demo is completely loaded. I have the demo opening in a pop-up window, but the...

Part and Inventory Search

Back
Top