Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fiuPikeOY
  • Content: Threads
  • Order by date
  1. fiuPikeOY

    need to display the user's resolution on the screen

    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...
  2. fiuPikeOY

    pictures are poping up in an existing window...

    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...
  3. fiuPikeOY

    numbering a double sided document

    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
  4. fiuPikeOY

    looking for ideas to show subtitles while sound is playing

    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
  5. fiuPikeOY

    need to make an equation into a variable

    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 + "]"...
  6. fiuPikeOY

    open new browser at position 0,0

    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
  7. fiuPikeOY

    making a variable a frameLabel inside a gotoAndPlay()

    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
  8. fiuPikeOY

    Need to know how to read news from a public news feed

    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
  9. fiuPikeOY

    looking for the best way to implement a Next / Previous navigation

    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...
  10. fiuPikeOY

    need to concatenate 400 rows, into one cell separated by commas

    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
  11. fiuPikeOY

    looking for tutorial on Flash dynamic navigation

    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.
  12. fiuPikeOY

    making a hidden field take the value of a select box

    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...
  13. fiuPikeOY

    mail form with attachment &quot;browse&quot; for file

    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
  14. fiuPikeOY

    need to format callDate()

    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
  15. fiuPikeOY

    js menu is showing up under a flash banner...help

    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...
  16. fiuPikeOY

    adding an alt tag to a link (that's not an image)

    Hello, Can an alt tag be added to a link that's just text, or even better a TD, or a <p>. How? Thanks
  17. fiuPikeOY

    implementing &quot;next image&quot; functionality

    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...
  18. fiuPikeOY

    Creating a site index or site map

    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...
  19. fiuPikeOY

    need to resize a pop up window to the size of a picture

    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
  20. fiuPikeOY

    need to reduce spacing between radio buttons....

    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

Part and Inventory Search

Back
Top