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

    keep getting error emailing form

    Howdy, It's been a few years since i last used php, anyways.... I have a one page site with a form that is emailed to my client... When I submit the form I keep getting the error message that I put in the code... And was wondering what the error could be... I dont think it is the code as I...
  2. dunskii

    having to login every page

    Hello all, I have added login for some admin pages, I am having to login for every page when trying to add a product instead of remembering that i am logged in heres the code that is included in the application.cfm <cflogin> <cfif CGI.QUERY_STRING IS ""> <cfset FormAction =...
  3. dunskii

    query sees form entry but still get error

    hello again.... I have aquery which recieves data from a form...it retrieves all the required data including the id but i still get an error.. i think its a formatting error but my brain has decided to stop working cheers heres the error Error Executing Database Query...
  4. dunskii

    color picker pop up not working

    hello, I have a color picker pop up to enable admin to change the color of text etc...i am using an example from a tutorial, the demo works find but when i incorporate it into my site it stops working... any ways the popup works fine and colors are shown, though when you select a color, the...
  5. dunskii

    Get error with linked drop down and textbox

    Hi again, On my form the user is be able to select a category from a drop down menu....if it is not there the user can select the option "Other..", then enter a new category in the text box... The new category is added to the db and everything works hunky dory, but if the user selects a...
  6. dunskii

    2 dynamic linked drop down menus error

    Hello all, I am in the process of creating 2 drop down menus. The first displays the main categories once select the second will show the corresponding sub categories. I was reading http://www.tek-tips.com/viewthread.cfm?qid=684114 which was a great help, though I now get an error --> Element...
  7. dunskii

    how would you add a color mixer

    Hello all, I was wondering if it was possible to open a color mixer so a user can personalise their colors, i guess in a similar way to selecting a file..??? cheers, dunskii
  8. dunskii

    how do you set the size of the browser window

    hi all, i am wanting to set the size of a browser window to 400x200 px... i am also wanting to remove the address and tool bar from the top of the browser as well... thanks for your help AD
  9. dunskii

    how do i center a site which sits in frames

    hi all, i have just taken over the dev of a site and am trying to center it, it sits in frames. this is what i have been given...... <frameset rows="90,*" cols="*" frameborder="NO" border="0" framespacing="0"> <frame name="topFrame" scrolling="NO" noresize src="includes/top.asp" >...
  10. dunskii

    What is the best linux platform for coldfusion.

    Hi there, I was wondering what would be the best linux/unix platform for coldfusion. As I have just found out the cf is not supported on FreeBSD. Cheers, Andrew
  11. dunskii

    I'm trying to dump an entire database including tables and contents

    Hi again, I have also used: mysqldump --tab=d:/foxserv/mysql/data/fjc --opt --full and got the same error
  12. dunskii

    I'm trying to dump an entire database including tables and contents

    Hi All, I am trying to dump an entire database including tables and contents. I have loked at the documentation at mysql.com and have ended up using the following code. mysqldump --opt --databases fjc > fjc_schema2.sql; I am getting the error: ERROR 1064: You have an error in your SQL...
  13. dunskii

    dynamic menu is only showing the first link

    Hi there, I am trying to create a dynamic menu. I'm not getting any error messages but only the first link and image is being shown. Heres the code i'm using. <cfquery name=&quot;getCategory&quot; datasource=&quot;dunskii&quot; dbtype=&quot;ODBC&quot;> SELECT prod_category.prod_cat_id AS...
  14. dunskii

    how do you display results in 2 colums then make a new row

    Hey, how do you display results in 2 colums then make a new row cheers, d
  15. dunskii

    inner join query is not working

    Hi there I'm trying to create a query that looks at 3 table, where 1 table links the other 2. My query is using 2 inner joins, i'm not sure if i can do this. Well heres the query SELECT com_categories.com_cat_id, com_categories.name, com_categories.description, com_categories.image...
  16. dunskii

    why are my prices showing 4 zeros after the decimal point

    Hi again, Just wondering why my prices showing 4 zeros after the decimal point, the database field is set at currency. cheers big ears, d
  17. dunskii

    getting error passing variable to query

    Hi all, I am getting an error when i pass a variable from a link to a querry on the next page. Heres the code: <cfquery name=&quot;getAll_rent&quot; datasource=&quot;dunskii&quot; dbtype=&quot;ODBC&quot;> SELECT * FROM property_rent WHERE rent_id EQ '$id' </cfquery> and heres the error...
  18. dunskii

    I'm getting the error &quot;Invalid expression format. &quot;

    Hi there, I geeting the error: Invalid expression format. The usual cause is an error in the expression structure. This is the code that is causing the problem: <cfoutput query=&quot;getComImages&quot;><td align=&quot;center&quot; height=&quot;150&quot; bgcolor=&quot;#FFFFFF&quot...
  19. dunskii

    how do you stop the background image being tiled

    hi again, how do you stop the table background image being tiled? cheers again, dunskii
  20. dunskii

    how do you have curved corners on a table border

    hey again, Is it possible to have curved corners on a table border with out using an image. cheers ad

Part and Inventory Search

Back
Top