Announcement

Collapse
No announcement yet.

java coding

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • java coding

    Pablo can you help me find whats wrong with this coding, I keep getting an ">" when I view it.

    <a href="http://www.nz-stroke.com/Daves_BBS.html" onclick="window.open('http://www.nz-stroke.com/Daves_BBS.html','popup','width=495,height=800,scro llbars=yes,resizable=no,toolbar=no,directories=no, location=no,menubar=no,status=no,left=0,top=0'); return false">test</a>


    Maddog and I are having them same problems on our contact pages, but with different scripts
    Dave Hickey

    www.youngstroke.org.nz

    www.eko.co.nz

  • #2
    Also Pablo have a problem on this form



    when you click on read terms, pop-up open ok, then loads new page as well,
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

    Comment


    • #3
      Originally posted by Maddog
      Also Pablo have a problem on this form

      http://www.fenlands.co.uk/test/testform.html

      when you click on read terms, pop-up open ok, then loads new page as well,
      What you tried do do with that form..Its full of errors. Way too many to even begin to diagnose...I thought you would be a form expert by now.

      What have you added to it..I see a calender feature. Anything else?
      Last edited by VodaHost; 08-16-2005, 11:14 AM.

      VodaHost

      Your Website People!
      1-302-283-3777 North America / International
      02036089024 / United Kingdom
      291916438 / Australia

      ------------------------

      Top 3 Best Sellers

      Web Hosting - Unlimited disk space & bandwidth.

      Reseller Hosting - Start your own web hosting business.

      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


      Comment


      • #4
        Originally posted by Stroke.nz
        Pablo can you help me find whats wrong with this coding, I keep getting an ">" when I view it.

        <a href="http://www.nz-stroke.com/Daves_BBS.html" onclick="window.open('http://www.nz-stroke.com/Daves_BBS.html','popup','width=495,height=800,scro llbars=yes,resizable=no,toolbar=no,directories=no, location=no,menubar=no,status=no,left=0,top=0'); return false">test</a>


        Maddog and I are having them same problems on our contact pages, but with different scripts
        Dave,

        I just tested your and it works ok..with the exception of the ">" symbol. Is theis the only problem? Are you getting the test emails?

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment


        • #5
          lol *****, just trying to get better, ok with php for form now,

          apart from click to confirm agreement and email confirmatio/form filled in thats it.

          I can get the form in HTML, just not in BV
          www.bluevodaexchangelink.com
          BluevodaExchangeLink Help Center
          Bluevodaexchangelink Forum

          The only place for bluevoda site to be linked with!

          Comment


          • #6
            script error sorted, just the pop up window, are you say its cause of another script that it opens 2 windows?
            www.bluevodaexchangelink.com
            BluevodaExchangeLink Help Center
            Bluevodaexchangelink Forum

            The only place for bluevoda site to be linked with!

            Comment


            • #7
              Originally posted by VodaHost
              What you tried do do with that form..Its full of errors. Way too many to even begin to diagnose...I thought you would be a form expert by now.

              What have you added to it..I see a calender feature. Anything else?
              Bugs/error sorted, have work around the pop-up, still would like to know how to remove the ">",
              www.bluevodaexchangelink.com
              BluevodaExchangeLink Help Center
              Bluevodaexchangelink Forum

              The only place for bluevoda site to be linked with!

              Comment


              • #8
                Hi *****

                every thing is fine on mine, like Maddog was saying its the > which has got us stumped I am trying new coding which seems to be fixing the problem.
                Dave Hickey

                www.youngstroke.org.nz

                www.eko.co.nz

                Comment


                • #9
                  I see a lot of nested tags in the code, this is not allowed in HTML.
                  Make sure you do not duplicate any code that is already generated by bluevoda.
                  Forum Moderator
                  BlueVoda Spe******t

                  Comment


                  • #10
                    Hi Dave etc.!

                    I have looked at the script and it is OK...
                    The problem is in the page it calls i.e. daves _bbs.html, there is a ">" all by itself.

                    see below:

                    <DIV style="position:absolute; left:0px; top:102px; width:512px; height:396px; z-index:11" align="left" align="top">
                    <FORM NAME=email METHOD=POST ACTION="contact.php" <form onSubmit="return checkrequired(this)">
                    >
                    <DIV style="position:absolute; left:114px; top:21px; width:118px; height:25px; z-index:0" align="left" align="top">
                    <FONT size="3" color="#00005E" face="Arial">Name</FONT>
                    </DIV>

                    Remove this sign and all works as it should.


                    Regards

                    Steve

                    Comment


                    • #11
                      Java code

                      More haste ... less speed.

                      I forgot the line should read thus:

                      <FORM NAME=email METHOD=POST ACTION="contact.php"> </FORM> <form onSubmit="return checkrequired(this)">

                      I must get a slower brain!!

                      Comment


                      • #12
                        Thanks Steve I totally missed the > on the contact.php part that would expalin a few errors........
                        Dave Hickey

                        www.youngstroke.org.nz

                        www.eko.co.nz

                        Comment


                        • #13
                          Here was the problem BV was adding an extra ">"

                          <FORM NAME=email METHOD=POST ACTION="contact.php" <form onSubmit="return checkrequired(this)">

                          The great Pablo was right about duplicate code.

                          Thaks all for the help I'll pass on the soulotion to Simon
                          Dave Hickey

                          www.youngstroke.org.nz

                          www.eko.co.nz

                          Comment


                          • #14
                            Sometimes Bv does, sometimes it doesn't, tip here is to check the code when adding!
                            www.bluevodaexchangelink.com
                            BluevodaExchangeLink Help Center
                            Bluevodaexchangelink Forum

                            The only place for bluevoda site to be linked with!

                            Comment


                            • #15
                              BlueVoda will never add extra code without a good reason.
                              BV doesn't check the code you enter. It's up to the user to enter valid HTML code.
                              Forum Moderator
                              BlueVoda Spe******t

                              Comment

                              Working...
                              X