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 SkipVought 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: *

  1. Angel2228

    Loops and Animated Gifs

    I am trying to create an animated gif for a web page where I want the last segment of the animation to loop continuously. As far as i know, you can only loop the entire animated gif, and not just a portion. Can anyone offer any solution? I was thinking that perhaps create two animated gifs...
  2. Angel2228

    Get Parameter from URL String

    I was wondering if it is at all possible to pass a value into an XSLT file from a URL string. I read in some thread that I can use the <xsl:param />, but I am not familiar with this element. Can anyone give examples? This has to be client side. Thanks!! Angel
  3. Angel2228

    side by side vs. replace?

    Ok, i need some clarification. What is the difference in running your parser in side by side mode vs. replace? i know the technical answer to this, but what does it really mean when it comes to XSL Transformation? Why does my XSLT run properly in replace mode and not in side by side? how can i...
  4. Angel2228

    Content from other XML files?

    Well, i don't have one big index file, but rather a fairly large number of different xml files that have certain parts that may be duplicated. and because of the volume of these documents (and time constraints), it would save me time on data entry if i could just reference the info. is there a...
  5. Angel2228

    Content from other XML files?

    Let's say that I have two xml files. part of the first document contains information that is repeated in the second. I would like to save myself the trouble of having to enter this information again into the second document...is there a way that i can just reference the section of the first...
  6. Angel2228

    XML and Netscape.

    Does anyone know if Netscape 6 offers full support for XML? I was able to view most of my XML document in N6, however, none of my links worked, in addition to some formatting problems. My page works perfectly fine in IE. Any ideas on how to fix this? Or should i just tell my boss that...
  7. Angel2228

    displaying images

    The easiest way i have found to do this is the following. <img> <xsl:attribute name=&quot;src&quot;><xsl:value-of select=&quot;YOUR PATH&quot; /></xsl:attribute> </img>
  8. Angel2228

    forms question.

    Ok, here's the deal. I am designing a website for a paint contractor, and he wants me to include the following things: 1. A page that a customer can go to can request a quick estimate, whereas they enter information into a form, (such as number of windows, etc.) and when they submit the form...
  9. Angel2228

    XML Editor

    Hi All, I was wondering if anyone can recommend a decent XML editor? I have a very large project ahead of me and an editor would make my life a whole lot easier. I have been working a bit with the Turbo XML package from TIBCO Extensibility, but does any one know how this works in creating XSL...
  10. Angel2228

    ICONS

    How do i create an icon for the desktop? i read somewhere that i could just use mspaint to save a *.bmp file as an *.ico file. is this a good idea?
  11. Angel2228

    Controlling width, height on pop-up?

    Have you tried something like this? <area href=&quot;#&quot; onClick=&quot;window.open('page.html', '', 'width=somewidth,height=someheight');&quot; shape=&quot;rect&quot; coords=&quot;20, 108, 51, 125&quot;> i find it works quite nicely in IE and NS.
  12. Angel2228

    Imbeded Picture for Backgroud

    One other in FrontPage is: First the background tab, either by right clicking, selecting Page Properties, then clicking on the Background Tab, or Selecting the Format menu, then selecting Background. Check the box that says &quot;Watermark&quot; and your background image will remain stationary.
  13. Angel2228

    Keep pop-up in front until closed

    In the body tag of your pop-up window, onBlur=&quot;self.focus()&quot; Should work fine.
  14. Angel2228

    Link to files on the Hard Drive

    The site is set up so that only employees have permissions to view anything contained in the site. Is this still a security risk?
  15. Angel2228

    Link to files on the Hard Drive

    thanks iza! i posted in the other forum..... and as far as asking someone here.....well, i pretty much don't have that. we have our own server here, but they are all pretty much bumbling through getting it set up, and lord knows I dont know anything.
  16. Angel2228

    Link to files on the Hard Drive

    Ok, let's give this forum a try! I am setting up an employee web site, so that users can access files they have stored on our server, from anywhere. Can I set up a link to access files that are not located within the web? but are just randomly located on the hard drive? For example, the main...
  17. Angel2228

    Link to files on the Hard Drive

    I may be in the wrong forum for this, but maybe someone will see this and point me in the right direction...... I am setting up an employee web site, so that users can access files they have stored on our server, from anywhere. Can I set up a link to access files that are not located within...
  18. Angel2228

    Inserting Video in Front Page 2000

    Well, I dont have the greyed out problem, but when I insert the .avi into a page, frontpage gives me the following code: <p><img border=&quot;0&quot; dynsrc=&quot;filename&quot; start=&quot;fileopen&quot; width=&quot;320&quot; height=&quot;240&quot;></p> perhaps if you handcode this, it will work.
  19. Angel2228

    Web Domain Names...etc.

    blacksun looks great!!!! it's a lot easier than i thought it would be!! Thanks so much!
  20. Angel2228

    Web Domain Names...etc.

    I am looking to design a website for a local band, and I would like to get them set up with their own domain name, etc, and I was wondering if anyone had any advice on how to do that? and how would it work? I have been designing web pages for some time, but since my company has it's own server...

Part and Inventory Search

Back
Top