/    Sign up×
Community /Pin to ProfileBookmark

Problem with these buttons !!

For some silly reason that my eyes can not see – the buttons on this page don’t work !! they are supposed to re-launch ad_manager.php but don’t do anything.

Can u see the problem ?

Please help ?

[code=php]
<div class = “text” style=’ width:400px; position:absolute;left:420px; top:370px;’>
<?php echo “$Ddesc”; ?>
<br /><br />
<?php echo “$Dagent $Dyr_ref “; ?>
<br /><br />
<form action =’ad_manager.php’ method=”POST”‘>
<input type=”hidden” name=”run_cl” value=”yes” />
<input type=”hidden” name=”client” value= “<?php echo “$email”; ?>” >
<input type=”hidden” name=”client_pw” value= “<?php echo “$Nz_pass”; ?>” >
<input type=”button” class=”btn_wide1″ value=”No ! ABORT.”
onMouseover=”this.style.backgroundColor=’#66ccff'”
onMouseout=”this.style.backgroundColor=’#ccffff'” >
</form>

<br /><br />
<form action =’ad_manager.php’ method=”POST”‘>
<input type=”hidden” name=”run_cl” value=”yes” />
<input type=”hidden” name=”delete” value=”yes” />
<input type=’hidden’ name=’sel_sect’ value= “<?php echo “$section”; ?>” >
<input type=’hidden’ name=’A_ref’ value= “<?php echo “$ad_ref”; ?>” >
<input type=”hidden” name=”client” value= “<?php echo “$email”; ?>” >
<input type=”hidden” name=”client_pw” value= “<?php echo “$Nz_pass”; ?>” >
<input type=”button” class=”btn_wide1″ value=”CONFIRM DELETION.”
onMouseover=”this.style.backgroundColor=’#66ccff'”
onMouseout=”this.style.backgroundColor=’#ccffff'” >
</form>

</div>
</body>
</html>
[/code]

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@bokehMay 31.2006 — Don't work how?
Copy linkTweet thisAlerts:
@DaiWelshMay 31.2006 — Putting aside the dodgy mixing of single and double quotes, input type="button" will not submit a form unless you put some javascript on to do so, only input type="submit" submits the form sans js (or hitting enter but don't get me started...).

HTH,

Dai
Copy linkTweet thisAlerts:
@DaveinLondonauthorMay 31.2006 — Of course !

A bit of cut n paste from my exiting js button

to save a second or two and ...

Just couldn't see it! thanks
×

Success!

Help @DaveinLondon spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...