Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
USAFA82 #1
Input URLs into Frames during execution
I wish to display two URLs, side by side using frames. I can hard code the
URLs with Behaviors, and they load on execution (i.e., "OnLoad" "Go to URL").
I wish to be able to input the URL (i.e., "www.cnn.com") while the webpage is
displayed, and have it jump to this site. I envision a button like "Input
URL", and then that frame jumps to it.
If anyone has successfully done this, I'd like to see the technique.
USAFA82 Guest
-
cfcalendar date input into an input field
Like a JS datepicker, how do i use cfcalendar to input a date into an input field? Something like this:... -
$_POST behavior from input=submit vs input-type=button
Hello all, I have been trying to solve an annoying behavior with PHP (I think). Maybe some of you have encountered the same and have some ideas.... -
dynamic URLS convert to static URLS for search engines
We use ASP.net and all our pages are dynamically created and search engines such as Google does not like dynamically created pages to index. What is... -
Perl Newbie question: How would you take keyboard input and run a shell scrip with that input?
I don't think you could be vaguer :) Very basic #!/usr/bin/perl # update.pl multiple options command line my @packages = @ARGV foreach... -
Create Dynamic Input Names or Input Fields in Asp
I have a little code to add multiple items to a shopping cart based page. This code works perfect, but it adds all of the info to the same input... -
goerdie_uk #2
Re: Input URLs into Frames during execution
javascript , using document.location = "blah" should do it
goerdie_uk Guest



Reply With Quote

