Jump to content

Needed: Help asap!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
TheCEOandPresident

TheCEOandPresident

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
So I'm having a problem linking my site to the next page. Everytime I click on the submit button some SSL thing pops up. I've tried linking it to several of my other pages but it keeps giving me the SSL problem. Something in the script is calling something that's causing it to do that. Can someone PPPPPLLLLLLEEEEEAAAAAASSSSSSEEEEEEE HELP ME?!!?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<title>Untitled Document</title>
<style>
    body{
        background:#fff url(images/bg.jpg) repeat-x top left;
        margin:0px;
        padding:0px;
        font-family:Verdana, Geneva, sans-serif;
    }
.mainbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-align: left;
}
    h1, h2, h3, h4, h5{
        margin:10px 0px;    
        text-align:center;
    }
    .wrapper{
        background: url(images/logo.jpg) no-repeat top center;
        width:800px;
        margin:0px auto;
        padding:150px 0px 0px 0px
    }
.optincontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-left: 220px;
}
    
    h1{
        color:#df0000;    
    }
    
    h2{
        font-size:18px;
    }
    h3{
        font-size:16px;        
    }
    
    .red{
        color:#df0000;
        font-size:150%;
    }
    
    p, li{
        line-height:150%;    
    }
    
    .apply{
        font-size:25px;
        font-weight:bold;
        text-align:center;
        margin:0px auto;
        display:block;
    }
    
    .apply:hover{
        color:#F00;    
    }
    
    li{
        margin-bottom:15px;
    }
    
    li.x{
        list-style-type:none;
        padding-left:30px;
        background:url(images/x.gif) no-repeat top left;
    }
    
    li.tick{
        list-style-type:none;
        padding-left:30px;
        background:url(images/tick.gif) no-repeat top left;
    }
    
    .bonus{
        border:3px dashed #F00;
        padding:15px;
        width:700px;
        margin:10px auto;
        font-size:12px;
    }
    
        .footer{
        font-size:10px;
        color:#979797;    
        width:95%;
        margin:20px auto;
    }
    
    .point{
        width:90%;    
        border:1px solid #a6b4bb;
        padding:10px;
        background:#e8ecee;
        margin:0px auto;
    }
    
        .testimonials{
        border:1px solid #d7dde3;
        padding:10px;
        width:230px;
        float:right;
        margin-left:20px;
        background:#eef2f5;
        
    }
    
    .testimonials .headline{
        margin:-10px;
    }
.optinheadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #C00;
    text-align: center;
}
#regpagehead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #C00;
}
    
    .testimonials h2{
        color:#cf0000;
        margin-top:30px;

    }
    
    .testimonials p{
        font-size:12px;
        text-align:left;
    }
    
    .testimonials p img{
        border:1px solid #000;    
    }
    
.logocenter {
    text-align: center;
}
.regboxcenter {
    text-align: center;
}
.dobaimage {
    text-align: center;
}
.boldsubheads {
    font-weight: bold;
}
.addtocart {
    text-align: center;
}
.headlineoto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #C00;
    text-align: center;
}
.subheadoto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.subheadapproval {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
}
.subheadappred {
    color: #C00;
}
.addtocart {
    text-align: center;
}



.quiz-wrapper {width:70%; float:left;}
.quiz-1 {width:100%; float:left; margin-bottom:15px; height:25px;}
    .quiz-1 p {float:left; font-size:1.3em; margin:0; padding:0 5px 0 0;}
    .quiz-1 input {float:left;}
.quiz-1-1 {width:100%; float:left; margin-bottom:15px;}
    .quiz-1-1 p {float:left; font-size:1.3em; margin:0; padding:0;}
.quiz-2-1 {width:100%; float:left; margin-bottom:15px;}
    .quiz-2-1 ul {list-style-type:none; position:relative; left:30px;}
    .quiz-2-1 ul li {margin-bottom:5px; font-size:1em;}
.quiz-3 {width:100%; float:left; margin-bottom:15px;}
    .quiz-3 p {float:left; font-size:1.3em; margin:0; padding:0;}
label.inline {
    line-height:normal; 
    text-align:right;
    margin-right:10px;
    position:relative;
    display:block;
    float:left;
    width:40%;
    padding-top:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}

input.formInputText, select.formSelect {
    margin-right:5px;
    margin-bottom:15px;
    /*border:solid thin #fe9931;*/
    padding:2px;
}

input.formInputText:hover {
    border:solid thin #a1a1a1;
}

input.formInputText:focus {
    background:#d8e8f3;
    border:solid thin #a1a1a1;
}

ul {padding:0px 0 0px 0; list-style:none; list-style-type:none;}
ul li {padding-left:40px; margin:0 0 0px 10px; list-style-type:none;}
ul {
    list-style: none;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    }




</style>
<!--<script type="text/javascript">
var ShowExitPopup = true;
function ExitPage()
{
    if (ShowExitPopup) 
    { 
  ShowExitPopup = false;
  location.href = "https://homeinternetjobs.org/application_form.php";
  return '*************************************************\n\nSTOP!!!!!!\n\nAll the Work At Home Auction Listing Jobs are\nalmost gone!\n\nI don\'t want you to miss out on one of these\nprofitable Work-At-Home JOBS, so you can start\nmaking money.\n\nOnly - 2 - Work At Home Jobs Remain\n\nRemember, you don\'t have to worry - you are\ncompletely protected by my "You Make Money\nOr You Don\'t Pay" - 60-Day Double\nSatisfaction Guarantee.\n\n*************************************************\n\nClick "CANCEL" Below\n\nTo Secure One Of The Last - 2 - Home Jobs\n\n*************************************************';
  }
}
</script>-->
</head>
<body >
<div class="wrapper">
<div class="optinheadline">
  <div class="mainbody">
<blockquote>
<p>Please fill out the short Mystery Shop USA application below. We want to be sure you're qualified for one of the remaining positions.</p>

<h4 ><BLINK><span style="color:#df0000;">Warning:</span> Only <span style="color:#df0000;">2</span> Mystery Shopper Positions Availiable!</BLINK></h4>

<form action="https://mystery-shop-usa.com">
<div class="quiz-wrapper" style="width:100%; background:#D5E9FE; padding:20px 10px 0 10px; border:1px solid #000; margin-bottom:20px;">

<h3 style="width:250px; height:40px; font-size:30px; margin:0 auto 20px auto;">Application</h3>
<div class="clear" style="margin-bottom:10px;"><label for="pfirstname" class="inline">Name:</label>
<input name="pfirstname" type="text" class="formInputText" id="pfirstname" style="width:250px; margin-bottom:0;"/></div>

<div class="clear" style="margin-bottom:10px;"><label for="pemail" class="inline">My Email Address:</label>
<input name="pemail" type="text" class="formInputText" id="pemail" style="width:250px; margin-bottom:0;" /></div>

<div class="clear" style="margin-bottom:10px;"><label for="pphone" class="inline">Phone Number:</label>
<input name="pphone" type="text" class="formInputText" id="pphone" style="width:250px; margin-bottom:0;"/></div>

<div class="clear" style="margin-bottom:10px;"><label for="paddress1" class="inline">Street Address:</label>
<input type="text" name="paddress1" id="paddress1" class="formInputText" style="width:250px; margin-bottom:0;"/></div>

<div class="clear" style="margin-bottom:10px;"><label for="pcity" class="inline">City:</label>
<input name="pcity" type="text" class="formInputText" id="pcity" style="width:250px; margin-bottom:0;" /></div>

<div class="clear" style="margin-bottom:10px;"><label for="pstate" class="inline">State:</label>
<select name="pstate" id="pstate" class="formSelect" style="margin-bottom:0;">
  <option value="XX" format::selected="selected"> - Select One - </option>
  <option value="AL" >AL - Alabama</option>
  <option value="AK" >AK - Alaska</option>
  <option value="AZ" >AZ - Arizona</option>
  <option value="AR" >AR - Arkansas</option>
 
  <option value="CA" >CA - California</option>
  <option value="CO" >CO - Colorado</option>
  <option value="CT" >CT - Connecticut</option>
  <option value="DE" >DE - Delaware</option>
  <option value="DC" >DC - Dist. of Columbia</option>
  <option value="FL" >FL - Florida</option>
 
  <option value="GA" >GA - Georgia</option>
  <option value="HI" >HI - Hawaii</option>
  <option value="ID" >ID - Idaho</option>
  <option value="IL" >IL - Illinois</option>
  <option value="IN" >IN - Indiana</option>
  <option value="IA" >IA - Iowa</option>
  <option value="KS" >KS - Kansas</option>
 
  <option value="KY" >KY - Kentucky</option>
  <option value="LA" >LA - Louisiana</option>
  <option value="ME" >ME - Maine</option>
  <option value="MD" >MD - Maryland</option>
  <option value="MA" >MA - Massachusetts</option>
 
  <option value="MI" >MI - Michigan</option>
  <option value="MN" >MN - Minnesota</option>
  <option value="MS" >MS - Mississippi</option>
  <option value="MO" >MO - Missouri</option>
  <option value="MT" >MT - Montana</option>
  <option value="NE" >NE - Nebraska</option>
 
  <option value="NV" >NV - Nevada</option>
  <option value="NH" >NH - New Hampshire</option>
  <option value="NJ" >NJ - New Jersey</option>
  <option value="NM" >NM - New Mexico</option>
  <option value="NY" >NY - New York</option>
  <option value="NC" >NC - North Carolina</option>
 
  <option value="ND" >ND - North Dakota</option>
  <option value="OH" >OH - Ohio</option>
  <option value="OK" >OK - Oklahoma</option>
  <option value="OR" >OR - Oregon</option>
  <option value="PA" >PA - Pennsylvania</option>
  <option value="RI" >RI - Rhode Island</option>
 
  <option value="SC" >SC - South Carolina</option>
  <option value="SD" >SD - South Dakota</option>
  <option value="TN" >TN - Tennessee</option>
  <option value="TX" >TX - Texas</option>
  <option value="UT" >UT - Utah</option>
  <option value="VT" >VT - Vermont</option>
  <option value="VA" >VA - Virginia</option>
 
  <option value="WA" >WA - Washington</option>
  <option value="WV" >WV - West Virginia</option>
  <option value="WI" >WI - Wisconsin</option>
  <option value="WY" >WY - Wyoming</option>
</select></div>

<div class="clear" style="margin-bottom:10px;"><label for="pzip" class="inline">Zip Code:</label>
<input name="pzip" type="text" class="formInputText" id="pzip" style="width:250px; margin-bottom:0;" /></div>


<div class="clear" style="margin-bottom:10px;"><label for="question1" class="inline">Are you over the age of 18?</label>
<select name="question1" id="question1" class="formSelect">
<option value="" selected="selected">Please Select</option>

<option value="Y">Yes</option>
<option value="N">No</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="question2" class="inline">How much would you like to make?</label>
<select name="question2" id="question2" class="formSelect">
<option value="" selected="selected">Please Select</option>
<option value="0-20K">$0-$20,000</option>
<option value="20-40K">$20,000-$40,000</option>
<option value="40-60K">$40,000-$60,000</option>

<option value="80-100K">$80,000-$100,000</option>
<option value="100-150K">$100,000-$150,000</option>
<option value="150-200K">$150,000-$200,000</option>
<option value="200-250K">$200,000-$250,000</option>
<option value="250-300K">$250,000-$300,000</option>
<option value="300+">$300,000+</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="question3" class="inline">Hours you can dedicate each day?</label>
<select name="question3" id="question3" class="formSelect">

<option value="" selected="selected">Please Select</option>
<option value="1-2">1-2</option>
<option value="2-4">2-4</option>
<option value="4-6">4-6</option>
<option value="6-8">6-8+</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="question4" class="inline">Available part-time, full-time or either? </label>
<select name="question4" id="question4" class="formSelect">
<option value="" selected="selected">Please Select</option>

<option value="full">Full Time Only</option>
<option value="part">Part Time Only</option>
<option value="fullpart">Full or Part Time</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
  <label for="question5" class="inline">Past work experience:</label><textarea id="question5" class="formInputText" style="display:block;" cols="35" rows="4" name="question5"></textarea></div>
<div class="clear" style="margin-bottom:10px;">
<label for="question6" class="inline">Level of education finished:</label>
<select name="question6" id="question6" class="formSelect">
<option value="" selected="selected">Please Select</option>

<option value="highschool">High School</option>
<option value="college">College</option>
<option value="biztrade">Business or Trade School</option>
<option value="proschool">Professional School</option>
<option value="other">Other</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="question7" class="inline">Are you a convicted felon?</label>
<select name="question7" id="question7" class="formSelect">
<option value="Y">Yes</option>

<option value="N" selected="selected">No</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="question8" class="inline">Are you a dedicated person?</label>
<select name="question8" id="question8" class="formSelect">
<option value="" selected="selected">Please Select</option>
<option value="Y">Yes, absolutely!</option>
<option value="N">No, but would like to be trying.</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="question9" class="inline">Are you able to type and follow simple directions?</label>

<select name="question9" id="question9" class="formSelect">
<option value="" selected="selected">Please Select</option>
<option value="Y">Yes, absolutely!</option>
<option value="N">No, but would like to be trying.</option>
</select></div>

<div class="clear" style="margin-bottom:10px;">
<label for="personality" class="inline" style="margin-bottom:30px;">If you had to describe your personality, which of the following options would you choose? (No right or wrong answers here)</label>
<ul>
<li> <input name="personality" type="radio" value="1" />
I'm money motivated and driven to succeed</li>
    <li> <input name="personality" type="radio" value="2" />
      I'm very analytical and need all the details</li>
    <li> <input name="personality" type="radio" value="3" />
    I enjoy other people and have fun working</li>
    <li> <input name="personality" type="radio" value="4" />
    I go out of my way to help other people before myself</li>
</ul></div>
<div class="quiz-3" style="width:75%; margin:20px auto 0 auto; float:none;">
</div>
<div class="quiz-3" style="margin-top:10px;"><textarea id="goals" class="formInputText" style="margin:0 auto 30px auto; display:block;" cols="85" rows="8" name="goals"></textarea></div>

<div style="clear: both; width: 100%;"></div>
 <div style="clear:both;"><input style="font-size:18px;font-weight:bold;margin: 0pt auto 20px auto; width: 434px; height: 70px; text-align: center; display: block;" type="submit" value="Click Here To Submit Application" /></div>
</div>
</form>




<!--</blockquote>
            </div>
    <p></p>
            <p><span class="footer"><a href="earnings.php" target="_blank">Earnings Disclaimer</a> | <a href="privacy.php" target="_blank">Privacy Policy</a> | <a href="terms.php" target="_blank">Terms & Conditions</a> | <a href="support.php" target="_blank">Contact</a></span><br />
            </p>
          </blockquote>
    </blockquote>
        <div></div>-->
</div>
</div>
</body>
</html>


#2
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
Is your site hosted on https://?

I see two references of https in your code:

location.href = "https://homeinternetjobs.org/application_form.php";

<form action="https://mystery-shop-usa.com">

Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.

#3
TheCEOandPresident

TheCEOandPresident

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
OMG! Thank you SO much ! You literally just saved me THOUSANDS of dollars! I love YOU! haha

I knew it had to be something simple lol

Cheers

#4
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
No problem.. Good luck!
Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.