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 Wanet Telecoms Ltd 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

    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>...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Streetdaddy

    Predefined variables not available?

    I have just reinstalled PHP 4.2.1 on XP. The site I am trying to get working with the new install is giving the following error when attempting to return $_SERVER[&quot;QUERY_STRING&quot;] Notice: Undefined index: QUERY_STRING in c:\blah I am having the same problem with all predefined...
  11. Streetdaddy

    File Explorer weird behaviour

    When I double click a folder in the browse pane, instead of opening the folder, Explorer opens a console window with the prompt at the folder that I double-clicked. Any way I can fix this? p.s. If I single click the folder in the directory tree it works ok... Miles Those Micros~1 guys sure...
  12. Streetdaddy

    NS4 and the FORM margin height

    Is there a way to make Netscape 4.7x NOT put an extra line wherever a FORM tag is used? Its messing up my site layout... I've tried adding parameter style=&quot;margin: 0;&quot; to the FORM tag which is supposedly supported, but it doesn't help. Has anyone been able to work around the...
  13. Streetdaddy

    &lt;&lt;...OLE_Obj...&gt;&gt; appears on pages?

    A user of my site has said he gets the error '<<...OLE_Obj...>>' coming up occasionally. I've never seen this myself, nor do i have a clue where the error would come from! As soon as I know anymore particulars of the problem I'll let you know... Miles Those Micros~1 guys sure know what they...
  14. Streetdaddy

    window.open opening multiple windows in IE 6

    A simple window.open function is opening two windows in IE6, but behaves correctly in IE5.x and NS4.x and 6.x. Is this a problem with my browser? Or is it an IE 6 bug? Has anyone had this problem? Miles Those Micros~1 guys sure know what they doing!
  15. Streetdaddy

    get image from http and resize

    anyone know a good article or tutorial about how to get an image from a url and resize? i have found a lot of complicated stuff but no simple implementations of it to help me get started :) Miles Those Micros~1 guys sure know what they doing!
  16. Streetdaddy

    Session ID appears in code on pages first view

    Further to a problem I was having where everytime I go to this page for the first browser session e.g. Internet Explorer opened, a javascript &quot;object expected' error occurs. It's generated from js code used on the page for a dynamic menu. Finally I have realised that php is outputting the...
  17. Streetdaddy

    Unknown script error

    I am having some weird problems with a script at http://devel.wavewatch.com.au It gives a javascript error on the first time the page loads, but on subsequent page refreshes the script error is gone. The page uses the macromedia js for rollovers, and then other scripts for the dynamic menus...
  18. Streetdaddy

    simple session variable output

    i'm *very* new to php, so please tell me if the following should work: inc.php <?php function go() { session_start(); session_register(&quot;test&quot;); $test = &quot;hello world&quot;; echo &quot;output from inc.php - $test<br>&quot;; } ?> file.php <?php include 'inc.php'; go()...
  19. Streetdaddy

    PHP config problems - can't output value of form field

    I've done a default install of PHP under IIS on WinXP Pro just for my own dev purposes. It processes includes and can start and set session variables, but a few weird things so far happen: If I set a session variable and then tell the session variable to ++ on each page refresh if its already...
  20. Streetdaddy

    Returning result of a Stored Procedure - object error

    1. I am using ADO to pass an SQL string that executes a stored procedure. The stored proc returns a single value in a named column. If i run the code it executes the sp, but get an ADO error if I try to output the value e.g. Response.Write oRecordSet(&quot;next_id&quot;) If I run the sp in...

Part and Inventory Search

Back
Top