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 strongm 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. webmonkey8

    How do I grab content from one website onto my website?

    No, I do not. However, I will be working with the web developer who's responsible for that other website and I'm wondering how we can come up with a compatible procedure for this.
  2. webmonkey8

    How do I grab content from one website onto my website?

    I have a website with my own style sheet and template. What I would like to have is only the content from another website displayed onto my page, stripping out all formatting so it can be used with my style sheet. How exactly is this done through XML? Would an ASP include file be easier and...
  3. webmonkey8

    Web Cam not working in XP Pro

    Hi, I have an Intel cs430 webcam that I used with Windows 98 and Windows 2000. This camera worked just fine with these 2 operating systems. However, on XP, the camera video seems to freeze after a few minutes, even with the XP "Microsoft digitally signed" drivers. Ok, so I went out...
  4. webmonkey8

    Embedding JS in an SSI

    Hello, I'm trying to create a navigational menu using server side includes. Using a normal HTML file to call up the menu is fine. However, when I want to call up a Javascript page, which links to another JS file, I can't see my menu on my page. Can anyone tell my why that is?
  5. webmonkey8

    Netmeeting in XP Pro

    Hello, I've upgraded my OS from Win98 ro WinXP Pro and I was wondering why Netmeeting isn't used for MSN messenger? I liked Netmeeting because I can resize the screen. However, with Windows Messenger on XP, it's only a tiny screen embedded in the chat window. Can anybody tell my how I can...
  6. webmonkey8

    Highlighting menu links

    Hello, I have a menu on a webpage I want highlighted when a user clicks on it (it's to let the user know that he/she has selected this link. The links I have on this menu already have a rollover highlighted effect, however it doesn't stay when clicked. Can you help me? Thanks!
  7. webmonkey8

    Language system change

    Hello, I have the Japanese version of Windows 98 and I was wondering, could I install an English version of Win98 over it without affecting any existing programs on the system? If not, is there a way to change an operating systems' language? Thanks
  8. webmonkey8

    Specifying font style in Javascript values

    Here's the code: <HTML> <HEAD> <title>example</title> </HEAD> <BODY> <script language=&quot;Javascript&quot;> function focusHandler(theText) { if (theText.value == theText.defaultValue) { theText.value = &quot;&quot; } theText.style.color =...
  9. webmonkey8

    Specifying font style in Javascript values

    Yes, the error message is Line: 16 Char: 5 Error: Invalid argument. Code: 0 The font is still the same and there are no messages until I click within the textfield and then I get the error notification at the bottom left corner of the browswer. I'm using IE 5.5
  10. webmonkey8

    Specifying font style in Javascript values

    Ok, I copied and pasted the code and now I'm getting an error on the page. No color and font change even when I change it in the code. All I want is the value text to be italicized and red color. If you can post this, I'd really appreciate it! :D
  11. webmonkey8

    Specifying font style in Javascript values

    Help! I've inserted that code into the script and nothing has changed! Am I missing something?
  12. webmonkey8

    Specifying font style in Javascript values

    Where exactly would I put this code? You have to excuse me, as I'm not familiar with Javascript. I took the above script from another site and I just want to modify it. So, should I put it like this?: <script language=&quot;Javascript&quot;> <!-- function doClear(theText) { if (theText.value...
  13. webmonkey8

    Specifying font style in Javascript values

    Hello, I have a script which initially fills in the value of a form field. Upon clicking in the field to fill out, the text values disappear, which is the correct behaviour. I'm just wondering how I can get the text in the initial values to have a different font and color? Here's my code in...

Part and Inventory Search

Back
Top