when using InPlaceEditor using the textarea box....i want to set the wrap to equal "hard"
for instance <textarea name='text1' wrap='HARD'></textarea>
however i can't hard code the wrap='HARD' using InPlaceEditor because the html code is generated the prototype javascript file
any suggestions?
hey,
i am trying to search for a date that is between 2 dates.
i know you can do this in a straight sql query:
SELECT "column_name"
FROM "table_name"
WHERE "column_name" BETWEEN 'value1' AND 'value2'
however...i am using perl's dbi abstract search and was wondering if there is a way i can...
hey,
i have a webpage with a form on it. on that form i have a link to a popup window that has a "add new member" form. however once the user fills in the popup form and submits it i want to grab the first name field from the popup)"add new member" form and pass it my original form (the parent...
is there a function or a way to resize an image with only giving the width and have the height automatically be adjusted according to the given hieght
for instance if you open up photoshop and want to resize an image...if you have "contrain proportion" checked it will automatically adjust the...
hey,
im running php 5, however when i run certain functions like:
ImageCreateFromJpeg()
or
ImageCreateTrueColor()
i get error displaying:
Call to undefined function ImageCreateFromJpeg() ...etc
i looked in my php/etc folder and i do see the php_gd2.dll
and it does appear to be running when i...
hey,
heres my problem:
Im new to filemaker, and im trying to program a script that adds certian fields depending on certian data a user selects.
im trying to make an script with an if statement but its seems like i am very limited to how i can create my if statement
i can only create...
I previous posted problem with my computer(s) always restarting just before windows loaded after i downloaded some sp2 updates.
i finally was able to pause the blue screen error.
it says:
"STOP:c0000269 {illegal system dll relocation}
The system dll user32.dll was relocated in memory. The...
i've tried loading 2 different copies of windows xp pro on 2 different computers with the same XP cd key. Both work...and run fine until i download all the updates. after downloading and install all or most of the updates...at some random point in time the computer will just shut off and then...
I installed windows xp pro with service pack 2 on my computer. after getting a set of more updates (one that included the gdi+ decection tool. and a whole bunch of other secuirty updates. once i restarted my computer and the windows xp loading page was finishing loading i would get a quick blue...
hey
i was wondering if anyone knew an easy to create page number link or "Result Pages" as google has it on there pages
So when you have a page full of results queried from a database and you want to break or link the result into seperate pages i want to know the logic or some example on how i...
hey
i was wondering if there is a way to select more then on field using the DISTINCT keyword
i have a query like this:
$str_sql = "SELECT id, product_id, name, description, price FROM products ORDER BY name ASC";
However i know adding the Distinct keyword like this won't work
$str_sql =...
I was just buring a couple of cd's with nero...and i am curious if it is good to have a high buffer level (like at 98%) or is it better to have low buffer level?
i am trying to send an email after a user has registered an account online, and i was wondering instead of retyping where i have to keep on contactinating a string of html code...
<?
$message ="<html>"
$message =."<title>google homepage</title>"
$message =."<head>blah blah blah</head>"
$message...
i was curious to what would be more appropriate when creating/sending emails
is it better to create plain text emails or html emails?
is there great pros and cons? or not really?
"do the chickens large talons?
i have an if state have is comparing a result from a database and submitted string from a form.
when i print them out they both print the same result
123456 (db result)
123456 (submitted form result)
however try to compare them to see if they are equal in a if statement, it comes out false...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.