Support Spidean |
Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.
|
flyerboy145
Newbie   Posts: 1 Registered: 3/10/2004 Status: Offline
|
posted on 3/10/2004 at 04:22 AM |
Hi all!
I'm a newbie to PHPnuke and nukewrap also I'm not that got in any Script
language , and i have a problem. I 'm trying to get Nukewrap to work with
an external page for my Webmail and it keeps opening the page i the entire
browser window.
<FORM
ACTION="modules.php?name=NukeWrap&page=http://jetloop.com:80/WorldClien
t.dll?View=Main"METHOD="POST">
E-mailadress:<br>
<input type="text" name="User">
<br>
Password:<br>
<input type="password" name="Password">
<INPUT TYPE="Submit" NAME="Logon" VALUE="Logga in"
</form>
I'm sure i made some mistakes . Can somebody explain this to me? |
| |
| |
pamcam
Newbie   Posts: 3 Registered: 3/5/2004 Status: Offline
|
posted on 3/27/2004 at 01:36 PM |
Hi,
I also have a question about how to make NukeWrap work in forms.
I'm trying to use the following code to call NukeWrap from a form:
<form name="form"
action="modules.php?name=NukeWrap&page=/modules/RhymeZone/submit_rhyme.
php" method="POST">
<font size=2><b>Word:</b><br>
<INPUT SIZE=12 MAXLENGTH=120 NAME="Word"><br><br>
<font size=2><b>Find:</b><br>
<select name="typeofrhyme">
<option value="perfect" SELECTED>Rhymes
<option value="syn">Synonyms
<option value="ant">Antonyms
<option value="def">Definition
<option value="rel">Related words
<option value="hom">Homophones
<option value="def">Check spelling
<option value="shake">Shakespeare
<option value="quotes">Quotations
</select><br><br>
<INPUT TYPE="submit" VALUE="Go get it!">
Then the code in submit_rhyme.php is this:
<body onLoad="document.form1.submit()">
<FORM METHOD="GET" NAME="form1"
ACTION="http://www.rhymezone.com/r/rhyme.cgi">
<input type="hidden" name="Word" value=<?php echo $Word; ?>>
<input type="hidden" name="typeofrhyme" value=<?php echo
$typeofrhyme; ?>>
</form>
Now, how can I get the variables $Word and $typeofrhyme to pass through
NukeWrap to submit_rhyme.php? (If I take NukeWrap out of the picture,
these forms do their job fine -- into a new window).
I'm hoping to see an answer to this before long. It's a little bit
disconcerting that flyerboy posted on 3/10 and there've been 40 views but
no replies.
Are we asking something that can't be done?
Thanks for any and all help!
|
| |
|
|
|
|