View Full Version : Dreamweaver. Help!!!
brandonyz
05-17-2004, 08:51 PM
I am using Dreamweaver to make a new Flash website but i don't know how to make it so when you click games for example, how does it open an entire new page? Is there some code I need? Help!!!
Knoxy
05-22-2004, 06:50 AM
dear sweet god, try a tech forum..
born2lose
05-22-2004, 07:28 AM
I am using Dreamweaver to make a new Flash website but i don't know how to make it so when you click games for example, how does it open an entire new page? Is there some code I need? Help!!!
yo, none of your posts ever make sense. What do you mean by "when you click games"...within a flash file or within a html link?? And when you mean it opens anew page, do you mean a new window?
Im gonna attempt to figure what you were talking about....
try this link http://bezz.homelinux.com/opennewwindow.htm
Citronic27
05-23-2004, 09:35 AM
I am using Dreamweaver to make a new Flash website but i don't know how to make it so when you click games for example, how does it open an entire new page? Is there some code I need? Help!!!Yeah but if you had made any effort to read up on this problem before you came crawling on to this forum then you'd know that Dreamweaver does a lot of the coding for you. Any of the following resources will help you; the first chapter in basic HTML book, the 'Help' menu in Dreamweaver, 5 minutes of browsing on google.
jennsite
07-06-2004, 07:17 AM
"No input file specified." is what I get when I click on my send button on my forms page. It's a simple e-mail form done in Dreamweaver MX. Four fields, all labeled. I chose 'Post' on the form options. I inserted this code:
<input name="Submit" type="submit" class="style2" id="Submit" value="Send" onClick="POST"/>
for the target, I have contactform.php. The php file is as follows:
<?PHP
$name = $_POST["name"];
$company = $_POST["company"];
$email = $_POST["email"];
$message = $_POST["message"];
$to = "name@geary.k12.ok.us";
$msg = "$name\n\n";
$msg .= "$message\n\n";
mail($to, $subject, $msg, "From: Website\nReply-To: $email\n");
?>
I've done a successful variation of this with Flash and it works great. I haven't done it yet with Dreamweaver and was sort of cobbling together things form the flash way and things from a dreamweaver book. I know I've botched it royally, but don't know how. Can anybody help?
The page is http://www.geary.k12.ok.us/clients/contact.html
Thanks
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.