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 Shaun E 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: *

  1. 73pixieGirl

    Printer Recommendation

    Can anyone recommend a color laser printer that is multifunctional and wireless? I've been searching for a while but have yet to find one that looks to be of good quality. Thanks in advance!
  2. 73pixieGirl

    EOF BOF problems

    Hello! I'm not very familiar with VBscript so I'm not quite sure what I'm doing wrong. I've compared my code to others that I've found on the internet and it looks right, yet it's not working. In my database I have the fields projectID and pictureName. The picture name field contains the name...
  3. 73pixieGirl

    Forward slash in name of calendar - need to create hyperlink

    Hello...I know there has to be an easy solution to my problem but I can't seem to find it! I need to link to an MS Outlook Calendar. The name of the calendar is "Leave/TDY". I've tried converting the forward slash to ascii, hex, unicode but I can't get it to work! Can anyone shed some light...
  4. 73pixieGirl

    Create Report Using Multiple Combo box values

    Hello, I'm not a VB programmer so I'm a bit confused as to what to do. I have an unbound form with 13 combo boxes and 2 text boxes that the user can type in the start date and end date of a specific field. Each combo box's row source is a query that selects distinct values from what's in the...
  5. 73pixieGirl

    Google map

    Hello, I've registered and got the script for google maps, and now I'm trying to click on an image that will call a function on my html page, to open a window showing the full size google map. This can't be that hard, but I'm stuck. Here's what I have: a button with the following AS on...
  6. 73pixieGirl

    File Upload Question

    Hello, I understand there is a way to upload a file (an image is what I'm interested in uploading) via a web based form. What I would like to know is when the user submits the form and email is generated and sent to a person, does the image appear in the email, or just the path to that image...
  7. 73pixieGirl

    Get URL value from text file

    Hello, I have a text file that pulls data into my flash file. I'm able to pull in text in other areas, but now I'm trying to pull in a url (to a .wmv file) but when the page opens I get a "Page cannot be found" error, with the following in the url address...
  8. 73pixieGirl

    How to store ID # of selected Combo box value

    Hello, I have a combo box on an input form that uses a query to get values of a field (deviceName) from another table (tblHardware). In the query I pull the deviceName and the deviceID. When the user selects a deviceName, I need to store the deviceID of the deviceName in a text field/table...
  9. 73pixieGirl

    change css class when click link part 2

    Hello...I searched the old posts and found the following code (see below) and this works great for what I'm doing, but I need some help modifying the function. What I'd like is for each <a> to have an id, then based on which link is clicked, I'd like for that id to be selected which will change...
  10. 73pixieGirl

    Menu that highlights which page is current

    I'm going out of my mind...all of the examples I've seen and tried to implement myself do not work. What am I doing wrong? My latest example is from the dynamicdrive.com site...the basic css tab menu. I put the following CSS in it's own file (I've even put it in the head section): <style...
  11. 73pixieGirl

    Paste image in a textarea?

    Hello! We have a web-based form that customers fill out to report any errors they encounter. The question was asked if it's possible to copy and paste the page/error message into the form (it's a textarea field, and I assume they would hit the print screen button to capture the message). Any...
  12. 73pixieGirl

    A-Z List links after each letter of the alphabet

    Hello, I'm very new to XML and I've inherited a website built entirely in XML (lucky me). I have a request to build an A-Z index that will list our inhouse resources alphabetically. So when a user clicks on the letter M, the page jumps down to a list of resources that begin with M. But the...
  13. 73pixieGirl

    Include file question

    I'm using CSS and XHTML...if I wanted to use the same header and menu on multiple pages, is it just a matter of changing the file extension of my main page and the extension of my include file to .shtml, then putting the include statement (<!-- #include virtual= -->) in a div tag? Thanks in advance!
  14. 73pixieGirl

    Extra space between header and main content

    Hello...I'm working on a web page, using CSS and XHTML (a newbie), and I can't figure out what is causing there to be a space (2-3px) between my header image (in a div tag), and my main content area (another div tag). I thought it was the image, but I created a new one with the same dimensions...

Part and Inventory Search

Back
Top