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 Mike Lewis 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. Ssanai80

    trouble getting displaytag to work

    Hello folks, A newbie needs some help with using displaytag (www.displaytag.org). I followed the examples they had at the displaytag sight, but when I run the jps page, only the object representation is shown and not the actual string value of the object. According to the samples at...
  2. Ssanai80

    struts.upload

    Venu, Thank you for your reply. Your suggestion did not work. But I was able to get my codes working by writing the full path of the destination path instead of "/repository". replacing "/repository" with "C:/tomcat/webapps/project/repository/ + fileName" did the trick. I'm not sure why the...
  3. Ssanai80

    struts.upload

    I am trying use struts.upload api to create a small app to upload a file and write it to a specific folder. It seems like my app is doing everything but writing to the physical drive. Can anyone see why the file is not being written to the /repository folder under webroot? fyi, i'm using jdk...
  4. Ssanai80

    using select box to change text field values

    here is my code to use select box to change other text fields in the same form. I can't figure out why it's not working. it would be great if you can help me out. basically the select button allows you to choose an apartment type. and other text fields representing various features of the...
  5. Ssanai80

    annoying bug in javascript menu

    I noticed a bug in the javascript menu of our church site at www.gracecovenant.net the bug is that when you move your mouse over the menu, submenu box appears. And if you move the mouse out of the box from top of the box, the box stays there! You'll know what i mean when you go to the site...
  6. Ssanai80

    Problems with netscape...

    well, I don't HATE netscape, but it's a real pain to make my webpage crossbrowser compatible. I have two problems... first, I am using css to have a watermark background in the middle of my webpage and have the position be absolute so it won't move when i scroll the page. It doesn't work on...
  7. Ssanai80

    sending form values w/o submit button

    Woo hoo~ thanx for the help tsdragon!
  8. Ssanai80

    sending form values w/o submit button

    hm..that's good. so how???
  9. Ssanai80

    sending form values w/o submit button

    I don't know if this can be done with javascript, but it's worth a try. I'm making a webpage where a person can customize the look of the website(fonts/bgcolor/linkcolor..etc) by filling out the form field(for example..inputting the hex code for bgcolor). but i also want to have color...
  10. Ssanai80

    cross-platform issues with absolute positioning using CSS

    I am using css to do an absolute positioning so that I can put a text right between two tables of different color(so half of the text on one side of the table, other half on the other table). everything looks find on explorer and netscape on pc's BUT on MAC's the layer containing the text with...
  11. Ssanai80

    password restrictions

    thank you very much!! your code worked great! but why "document.forms(0)"?? i didn't understand that part. since my form was called "requestform" and the input name was "password", shouldn't requestform.password.value work? where did "document" or...
  12. Ssanai80

    ignoring a layer until needed...

    hehe...i ended up doing something like that. thanx for the help. =)
  13. Ssanai80

    ignoring a layer until needed...

    here's what i'm trying to do.... have a background that loops..then an object will fadein in the middle of the third loop. I have two layers...one with background animating...another with object fadingin. how can i ignore(or make invisible) the layer with object animation until the middle of...
  14. Ssanai80

    password restrictions

    I am making a asp page where my client can request for an id and password. on the requestform, i want to ensure that the client requests a password that has at least one numeric, one upper case, and one lower case characters. How can i use javascript to alert when requested pwd submitted did...
  15. Ssanai80

    easy question about looping animations

    i'm new to flash, and i think this should be faily an easy question. I have a flash animation on my site that keeps looping forver. how can i make the animation to loop only twice(or however many times)then stop at a certain frame during the second loop? thank you in advance for help
  16. Ssanai80

    help!! webpage printing size

    by the way, the webpage is www.cbi-connect.com/sung thanx for da help!!!
  17. Ssanai80

    help!! webpage printing size

    i don't know if i'm asking this question in the right forum...but here it goes... I have just completed my company webpage..to JUST find out that when i print any of the pages out on a printer, rightside gets cut off because the webpage is too wide. is there ANY easy way to fix this problem...
  18. Ssanai80

    help with crossplatform issues!!

    Well, i'm using IE on both pc and mac. I coded the site on pc. and when i looked at it on mac's, it looked not what i intended on pc. there could be a crossbrowser problem as well, but since i'm using IE on both of the platforms, crossplatform issue is what i'm concerned with. the url for the...
  19. Ssanai80

    help with crossplatform issues!!

    My site looks different when viewed with explorer on pc's and apple computers. What are the steps i should take to make sure my site is crossplatform compatible? What are crossplatform issues with html? I'm mostly having trouble with spacing of the texts and tables. thank you for your help
  20. Ssanai80

    flash menu not working with MAC

    thanx, oldtemp for your response. well, I hear "click" sounds on the refresh. But I noticed that I didn't hear it on some other machines. it's the same sound i hear when I click on a link. or when I click on "back" button on the browser. Maybe it's just my machine..i'm...

Part and Inventory Search

Back
Top