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 TouchToneTommy 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: FlatHead
  • Content: Threads
  • Order by date
  1. FlatHead

    the skip intro button and loading new objects

    Hello everybody. I got a new site under development. My firt full site in flash. The site starts with an intro total size 120kb and then the main interface for the site at about 110kb. At the moment the two different parts are seperated MCs/files. eg introMC/file1 and InerfaceMC/file2. But...
  2. FlatHead

    Speed theory <%.....%> OR <%.....%>...<%%>....<%....%>

    Client server is cool because client and server will separate the workload between them. But which one is faster ? <% ASP code all at once %> OR HTML <%asp%> HTML <%ASP%> etc imagine the following two examples on a large scale project. DOES IT MAKE ANY DIFFERENCE?
  3. FlatHead

    Passing jS values to flash??????

    I posted this on the Flash forum yesterday but i had no sufficient information to solve my problem. For the excact requirements plesase refer to: thread250-164284 hope there is somobdy who can help me how to control Flash object atributes by passing values to flash externaly. Please refer to...
  4. FlatHead

    Importing HTML values to FLASH dinamically??????

    Hello everybody! Can enybody help me on how (if possible) to import HTML values in to my flash moovie? EG imagine we have: <form action=Catadmin.asp name=ffaiolCDD> <SELECT NAME=&quot;Site&quot;> <OPTION VALUE=&quot;1&quot; SELECTED>One</OPTION> <OPTION VALUE=&quot;2&quot;>Two</OPTION>...
  5. FlatHead

    monitoring System Services through ASP page?

    Ill try to make it as easy as possible. If you go under Control Panel and then Services (on NT) you will see a specialized window monitoring all running apps. My manager asked me if we can take this funcionality on an ASP page. I dont mind if is going to be a third party component or a hard...
  6. FlatHead

    How to print a job?

    Hi everybody i need some help on the next question: Say we have a job that we want to sumbit to the printer. How can we actually do this through code (JS or HTML) rather than (CTRL+P) for printing through the normal window option???? All i want to do is to track the link for the printing so...
  7. FlatHead

    How to print a job?

    Hi everybody i need some help on the next question: Say we have a job that we want to sumbit to the printer. How can we actually do this through code (JS or HTML) rather than (CTRL+P) for printing through the normal window option???? All i want to do is to track the link for the printing so...
  8. FlatHead

    How to print a job

    Hi everybody i need some help on the next question: Say we have a job that we want to sumbit to the printer. How can we actually do this through HTML rather than (CTRL+P) for printing through the normal window option???? All i want to do is to track the link for the printing so later i can...
  9. FlatHead

    If left(DateTime,10) = Date Please help me

    Hi everybody All i want to do is to read from a table a datetime field which has the following format: DateTime 28/12/2000 07:55:00 All i want to do is to select only the Date Information and compare it to the todays date. If they are equal then i want to print a small image. Im using...
  10. FlatHead

    If query result (zero) records how can i display error message???

    Seem that i was happy till i discovered this: im using a query to access the database............ and always i was writing my pages following this format: ssql = ssql & &quot;......&quot; etc etc oRecord.Open ssql, oconnect, 3 Response.Write &quot;<table>&quot; If orecord.eof and...
  11. FlatHead

    Align my movie within html in the center of the screen top-down-left-r

    Is it possible without framing a page to align an object for example a flash movie within an HTML page excactly in the center of the screen????? In other words say we have a small flash movie or an image. Small in size i mean (eg. 640x420) All i want to do is to center the movie in the center...
  12. FlatHead

    Align an object &quot;center&quot; but not only left or right but top and down ?

    Is it possible without framing a page to align an object for example a flash movie within an HTML page excactly in the center of the screen????? In other words say we have a small flash movie or an image. Small in size i mean (eg. 640x420) All i want to do is to center the movie in the center...
  13. FlatHead

    change Right click popup window (flash...abouts)

    how can i deactivate or modify the right click on flash so it will completely hide the popup window coming up. I want to deactivate the right-click on flash 5 movies in the browser. Or to change the available options. But mainly im interested on how to hide it completely. Anybody can help:)?
  14. FlatHead

    Making Drop-Down Boxes Read-Only in IE and Netscape.

    any chance for making my drop down boxes read only on both IE and netscape? My question focuses directly and only for drop down boxes!!! I know how to do it with text boxes and the way Im using now is : If I want a read only simply prints a text box if i want non-readonly then do it as...
  15. FlatHead

    text box read-only works only on IE5 but not Netsape

    I have a text box which i want to make read only but unfortunatelly this works only on IE5 using: Response.Write &quot;<td width=100 colspan = 4 align=left><input type=text name=Jobno size=13 value=&quot; &amp; oRecord(&quot;orderso&quot;) &amp; &quot; readonly></td>&quot; Please help me to...
  16. FlatHead

    Text box read-only works on IE5 but not on Netscape?

    I have a text box which i want to make read only but unfortunatelly this works only on IE5 using: Response.Write &quot;<td width=100 colspan = 4 align=left><input type=text name=Jobno size=13 value=&quot; &amp; oRecord(&quot;orderso&quot;) &amp; &quot; readonly></td>&quot; by the way the...
  17. FlatHead

    drop down box and hyperlinks

    I have a drop Down box with some values such as Robot 1,Robot 2, Robot 3.... All i want is once the user select each one from the Drop down menu to automatically linmk them to external URLs for example for robot 1 i want : www.yahoo.com e.t.c e.t.c Pleasee help Regards ZAC
  18. FlatHead

    Drop down box and hyperlinks

    I have a drop Down box with some values such as Robot 1,Robot 2, Robot 3.... All i want is once the user select each one from the Drop down menu to automatically linmk them to external URLs for example for robot 1 i want : www.yahoo.com e.t.c e.t.c Pleasee help Regards ZAC
  19. FlatHead

    msgBox and hyperlinks

    I have a drop Down box with some values such as Robot 1,Robot 2, Robot 3.... All i want is once the user select each one from the Drop down menu to automatically linmk them to external URLs for example for robot 1 i want : www.yahoo.com e.t.c e.t.c Pleasee help Regards ZAC
  20. FlatHead

    how to use this (RecordCount)?

    I don't know how to use this as well as i don't know if this is the right one for my job? All i want is to count how many records i display already on a page found on a database through query? All i have is: strSQL = &quot;SELECT p.id as pide,..................&quot; oRecord.PageSize = 30...

Part and Inventory Search

Back
Top