Jump to content

bhavanams

Members
  • Posts

    26
  • Joined

  • Last visited

bhavanams's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Okay, if u r able to disply results in defaultresults.html then in the defaultresults.html write a line of code like this. <A href="#null" onclick="window.open('[FMP-LinkRecID:]&-format=details.html', '[FMP-CurrentRecID]','toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=800,height=650,top=0,left=0' )" >[FMP-FIELD: Fieldname u wantto display]</a> hope this works for u.
  2. I didn't get you,can u be more clear.
  3. U can do this way. In the results page try to display all the products with hyperlinks.and the if u click on any product a popup wiondow comes up with complete details of that product. does it makes sense? To be clear.... The way u r trying to do is troublesome. For each and every product u have to write a line of code. What if u have 100 types of products.SO what i suggest is try to disply all the products with hyper links in results.html, by clicking on particular product the details.html page should popup with details of that product. I can help u, if u like this way. good luck sree [ June 13, 2001: Message edited by: bhavanams ]
  4. try this http://www.jsworld.com/cgi-bin/ubb/Ultimate.cgi Even we have good javascript programmers here in this forum.Why don't u post u'r question and try. thanx sree
  5. Thanx Garry it worked. U r a good programmer. Actually i tried for this. But i wrote all inline tags in search page itself.So it didn't worked for me. Any how thanx alot garry. Can u help me in this. I hope u can. I want to display the results in 2 different pages.I mean display results of the DB1 in one page and DB2 in 2nd page. Can u write me the code. thanx sree
  6. Comeon yaar. Post your replies. Possibe or not . Not even a single reply. Impossible yaar.Someone must be knowing.Help me pleaseeeeeeeeeeeeee
  7. Not even a single reply. Impossible yaar.Someone must be knowing.Help me pleaseeeeeeeeeeeeee
  8. I have 2 databases. DATABASE1 and DATABASE2. And in both the database files i have a field called FIRSTNAME. So what i want to do is i want to search a first name from 2 databases. Like in my search page if i enter somename and click search button then it should search from 2 databses.Can this be done.If so plese send me the code.(check is it possible to display results in 2 pages for each databases) . Very Urgent! thanx sree I came to know that we can search 2 databases at one click by using INLINE tag. Can anybody give me the code,how to search 2 databases from a single search page. Suppose to search FIRSTNAME from 2 databases. Please write me code for this. Thanx sree
  9. I came to know that we can search 2 databases at one click by using INLINE tag. Can anybody give me the code,how to search 2 databases from a single search page. Suppose to search FIRSTNAME from 2 databases. Please write me code for this. Thanx sree
  10. How to display the number with thousands separator on the webpage.All of you might have done this.If you display the number on the webpage it shows the raw number without thousands separator.But how to display with thousands separator. I need it very urgently. Thanx in advance sree
  11. Is it possible to select multiple values from a list and do search.I have a search form , in that i have a list ,i need to select more than one value from that list and search from the database.I'm using -Lop=AND. Can anyone help me. Thanx sree
  12. Hi , Is there anyone working on filemaker with JDBC.I mean accessing a filemaker database from java.I have Filemaker Unlimited.I want to access unlimited database from java.What soud i do, i know i have to use Filemaker JDBC Driver.But where to get that, I checked for all drivers in the control pannel but JDBC driver was not there. Is it possible to use UNlimited and JDBC.If so can anybody help me by giving some information on where to find JDBC driver and A snippet of coding. Thanx in advance sree
  13. How to use "AND" "OR" both in onepage. As far as i know we can set one logical operator per page. Suppose i have set "OR" for my page(that is must), and in that page i have a filed to find the range like min.val and max.value. Ex. <input type=hidden name="-op" value=gte><input type=text name=date value=""><input type=hidden name="-op" value=lte><input type=text name=date value=""> This code doesn't work for me because i have a pagelevel lop as "OR". Can anybody help me! This is the second time i'm posting this question.i did not get anyreply for my first posting. thanx sree
  14. How do we find the field name Using CDML. I know for field value we have [FMP-FIELD: fieldname],DO we have anything like finding the fieldname itself. Thanx bye
  15. thanx for your reply Vaughan, But can you explain me more clear,here i'm not editing records,or deleting records.I'm just searching.Is there any way to disply seleted fields only(dynamically) i mean selecting the checkboxes as i wrote in the previous mail. If so please let me know. [This message has been edited by bhavanams (edited February 27, 2001).]
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.