Hello,
I have a function that determines the user's resolution onLoad(). But I don't know how to display it on the screen in a TD. Can someone help me? The function is below.
Thank you
<script LANGUAGE="JavaScript">
<!-- Hide JavaScript from old browsers
function my_resolution()
{
if...
Hello,
I have a page with a series of thumnails. Each is supposed to launch a pop up with that picture but larger. The problem is that the first one works fine, but when you click on any other thumbnail, the picture is loaded on the pre-existing pop-up which is now behind the main page, and...
Hello,
I'm printing a document in a double sided format, and these pages are numbered. Is there a way that the numbering doesn't take into account the blank pages. How can I do that?
Thank you
Hello,
Does anybody have any ideas on how to show subtitles while a narrator's sound is played. reading the text dynamically from a text field or something. I only have space to display about 2 lines at a time.
Any ideas?
Thank you
Hello,
I have several arrays that are like this...
ch1sounds['test1.mp3', 'test2.mp3'...]
ch2sounds['test1.mp3', 'test2.mp3'...]
ch3sounds['test1.mp3', 'test2.mp3'...]
and I have the following expression to get the correct sound file to play
soundToLoad = "ch" + chapter+ "sounds[" + i + "]"...
Hello,
I have a pop that unless it's launched in position 0, 0 you can't see the whole thing. Can some one tell me how I can give the new pop up window an absolute location?
Thanks
Hello,
what is the syntax for gotoAndPlay(frameLabel) if frameLabel is a variable. See my labels are numbers, so when frameLabel is 3, I need it to go to the frame labeled 3, and not frame #3. Make sense? How can I do this?
Thanks
Hello,
Does anybody know how news websites post the news dynamically on their site. I know there are several public news feeds that they read and convert to html using XML, but that's is as much as I know. Does anybody know where I can find a tutorial on how to do this.
Thanks in advance
Hello,
I'm developing a training in Flash with many chapters. The user can navigate by means of Next/Previous or they can click on a master navigation button corresponding to the chapter they want to jump to. I want to do this in the most dynamic way possible. Meaning I don't want to...
Hello,
I have a spreadsheet with 400+ rows (only one column) of email address, I need to put a comma between all of those emails to be able to paste them onto the to: field. So how can I concatenate 400 rows, and put a comma inbetween each record?
Thanks in advance
Hello,
I'm building a tutorial with several chapters. Each chapter is its own swf. I'm looking for a tutorial to build the navigation so that it works dynamically rather than hard code where to go, and what to do. The navigation swf will be in its own level.
Any ideas????
Thanks a lot.
Hello,
I need the subject from a mail form to be = to the value selected from a select box. I have the following..
onSubmit( I call the javascript)
javascript...
funcion emailSubject{
document.mailForm.subject.value = document.mailForm.SelectboxName;
}
But it's not working. How do I...
Hello,
I'm trying to create a form that will be emailed, but I want it to have the capability to browse and attach a file to the email. Is that possible? Can someone point me in the right direction to learn how to do this.
Thanks in advance
Hello,
I'm working with a page that has
<SCRIPT>callDate()</SCRIPT>
in a td and I want to format the date so that it doesn't give me the day of the week. It's too long.
Can somebody tell me how?
Thanks
Hello,
I have a menu at the top of a page that on mouse over, another java script submenu drops down. The problem is that is showing up under a Flash banner that I have below the menu. How can I make the flash file go under the menu? CSS? Anything else? I've already tried putting the drop...
Hello,
I've created a website using coldfusion where an image is selected from a list of thumbnails and it pops up in a larger popUp. How can I add a next / previous button on that pop up that will bring up the next image. I was thinking:
gallery.(pictureID+1), but the ID column is not...
Hello,
I was wondering if there a tool or feature from Dreamweaver MX 2004 that I can use to create a Site Index or some people call it a Site Map. The challange lies in the fact that I'm not the only person that writes to the folder where the site resides, and it is very disorganized. Any...
Hello,
Does anybody know how to resize a pop up to the height of the picture it contains + 50px (for text on top and bottom), the width will just be the width of the picture.
size = (picture H + 50) x (picture W)
Thanks in advance
Hello,
Does anybody know how I can reduce the spacing between radio buttons with CSS. They are separated by <br>
I already tried
line-height: 5px;
font-size: 7pt;
anything else I can try???
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.