+ Reply to Thread
Results 1 to 2 of 2

Thread: Java script problems
      
   

  1. #1
    cdenton1234 is offline Private
    Join Date
    Jul 2005
    Posts
    1

    Default Java script problems

    to whom it may concern


    I am trying to run this html code that should display a navbar in my browser IE6
    using frontpage winxp pro works fine, using notebook and IE6 works fine but
    when I use BlueVoda all I get is a blank page.

    Things I have tried:

    1. under view page html in view menu of Bluevoda

    I have pasted it in the correct place between body tags

    2. I have tried to insert it using the html function

    3. I have tried to run it as script insert
    4. I have tried to run it as java insert

    results are same

    the code is below:

    it should reference the file on my hard drive and display the navbar; the file it references has all the graphics,html and java script necessary to produce this navbar and I re interrate this works 100% in frontpage and when run with my browser.

    code:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Webstyle produced NavBar</title>
    </head>
    <body bgcolor="#ffffff" text="BLACK">
    <script Webstyle4 src="../../../../DOCUME~1/CHARLE~1/LOCALS~1/Temp/WS3/contact_us.js"></script>
    </body></html>

    Awaiting your reply
    Thank you
    Charles Denton

    This post is at the request of your techinal support
    Person: Sarah
    Ticket ID: MRX-57903

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    Since BlueVoda is an HTML generator, it automatically generates <HTML><HEAD> and <BODY> tags, so you cannot insert those tags yourself.
    Your browaser will not display the page because it sees duplicated tgas.

    Inserting only the 'content' code should work just fine (inside the body):
    <script Webstyle4 src="contact_us.js"></script>

    Note, that I've also removed the path to the scriptfile, since it's a reference to your local drive.
    Forum Moderator
    BlueVoda Specialist

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. java script
    By pony in forum BlueVoda - General Issues
    Replies: 5
    Last Post: 10-11-2005, 07:33 PM
  2. Please help with my PHP script
    By wgreene in forum mySQL & PHP
    Replies: 1
    Last Post: 10-07-2005, 01:14 AM
  3. centering web page problems
    By ctweb in forum General Support Issues
    Replies: 9
    Last Post: 09-30-2005, 05:38 PM
  4. long script
    By vinny1957 in forum Adding Elements To Your Website
    Replies: 1
    Last Post: 06-22-2005, 12:29 AM
  5. java script box
    By vinny1957 in forum BlueVoda - General Issues
    Replies: 5
    Last Post: 06-17-2005, 09:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49