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 SkipVought 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. Streetdaddy

    Link to specific page in Visio diagram from Word

    I'm trying to do one of two things, preferrably: 1. Embed Visio diagram in Word document with a specific page displayed. So far in Word I haven't been able to work out how to display a specific page and have that page open in Visio when double clicked (and also automatically update the Word...
  2. Streetdaddy

    Image float and text wrap

    I want to have an image with text on the right, but when the text goes beyond the bottom of the image I don't want it wrap, but rather to keep the consistent margin: ------------- text text text | | text text text | | text text text | | text text text | image...
  3. Streetdaddy

    Form post to e-mail but what if user doesnt have email?

    Very bad usability to have an email form that has a high chance of not working and doesn't provide any feedback to the user... Miles Those Micros~1 guys sure know what they doing!
  4. Streetdaddy

    Characters Problem (ç, â, ã, etc)

    I am having a problem with Netscape 7.2. It turns ' ' into 'Â'. I don't have any solution yet... Miles Those Micros~1 guys sure know what they doing!
  5. Streetdaddy

    Printing a window with Javascript

    Lets say I have a page with a whole lot of HTML and part of it is inside: <span id=&quot;printArea&quot;> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr> <th colspan=&quot;5&quot;>Hello World</th> </tr> <tr>...
  6. Streetdaddy

    &quot;A sharing violation has occurred&quot; error

    I am having the same problem and found a thread on Evolt.org http://lists.evolt.org/archive/Week-of-Mon-20021202/subject.html#129342 But its really of no use, just thought you might be interested to know that others are having the same problem and couldn't solve it. My situation is this: I'm...
  7. Streetdaddy

    Printing in Landscape mode

    I have sifted through a lot of topics about printing in Landscape mode but none of them provide a working example and I think I'm more confused than when I started looking! I have a page which does a window.print() which obviously brings up the Printer dialog. I want the page to print out in...
  8. Streetdaddy

    CSS border question

    If you apply the class to the TABLE it will only affect the outer border of that TABLE. To format the border of cells, you'd need to apply the class to each individual TD. You could either apply your bodyline class, or create another class if you want to have a different style border for the...
  9. Streetdaddy

    Trouble controlling the width of TEXT INPUT fields in Netscape 4

    This problem appears to have been carried over into Netscape v6+. Can anyone confirm this (besides me!)? Miles Those Micros~1 guys sure know what they doing!
  10. Streetdaddy

    tomcat configuration for development

    One year later and I'm running into this same issue with Fusebox for J2EE. Did you manage to solve it at all? Even with a script to touch all the files (thanks pfist), it doesn't solve the issue for production. Basically no matter what my fuseaction is in the URL it doesn't matter as it still...
  11. Streetdaddy

    Opposite of 'Push' technology?

    e.g. sending data to customers via SMS being referred to as 'Push' technology. What is the opposite of this called? e.g. Recieving competition or survey entries via SMS. I'm after the recognized industry term for this technology. Cheers! p.s. If it's called 'Pull' technology I'll feel...
  12. Streetdaddy

    handling full stops (.) in element names (IE)

    Don't I know it! Unfortunately the code was written by another member of the dev team who has now left. I am the luck person who has to work around his weird coding. The full stops were used as the application uses Struts. Miles Those Micros~1 guys sure know what they doing!
  13. Streetdaddy

    handling full stops (.) in element names (IE)

    Say I have an element e.g. <input name=&quot;that.there&quot; value=&quot;Hello World&quot;> the following javascript gives an error in IE: alert(form['that.there'].value (nb. the form is named 'form') If the element name has no . in it, it's fine. Is there a way I can handle the full stop...
  14. Streetdaddy

    Disabling an &lt;OPTION&gt; tag

    e.g. <OPTION disabled>Frogs on toast</OPTION> Is there any way to get this to work in IE? It seems to work in Mozilla (http://www.mozilla.org/quality/browser/standards/html/option_disabled.html) but I've tried IE 5.5/6 and in both cases I am able to select the option that is supposed to be...
  15. Streetdaddy

    Error doing backup

    I have no idea what this error is trying to tell me! Event ID: 57859 (from Windows Application Log) An error occurred while executing the following query: &quot;DBCC CHECKDB([Portal]),NOINDEX)&quot;. On server&quot; 'CCC2'. SQL error number: &quot;09E8&quot;. SQL error message: &quot;DBCC...
  16. Streetdaddy

    HTTP_REFERER is always blank

    Martin - Ive put that code in your 2nd to last post into a php page and all I get is $REMOTE_ADDR value as an IP address. All others are still blank! Any other ideas anyone? I need to get the domain of the page! Miles Those Micros~1 guys sure know what they doing!
  17. Streetdaddy

    images stretching tables! Help needed

    please post up the code so we can get a better idea of what is happening Miles Those Micros~1 guys sure know what they doing!
  18. Streetdaddy

    Apply CSS to only Text input field

    Thanks Starway, I didn't realise I needed to add the the class to the text field. That's a bit less code than adding style parameters to each text field ;) Cheers. Miles Those Micros~1 guys sure know what they doing!
  19. Streetdaddy

    Apply CSS to only Text input field

    I would like to apply CSS formatting to all Text fields, but not checkbox and radio buttons. Is there a way to do this in CSS without having to add style parameter to every instance of radio button or checkbox? I have tried INPUT.TEXT {...} but then no formatting was applied to anything! Miles...
  20. Streetdaddy

    Predefined variables not available?

    I worked out that it was to do with the Error reporting. Previously it seems that the site was reporting errors that I wasn't aware of, such as $_SERVER[&quot;QUERY_STRING&quot;] not being defined, but I was using that fact in the code. Its probably really bad practice but the site works now...

Part and Inventory Search

Back
Top