Hi, it very simple make you excel input TEXT only.
and use Opera to copy text from there it will not fetch link from website. and when you will past you will get the same thing.
User Profile
Collapse
-
Last edited by Rabbit; Dec 19 '13, 04:42 PM. Reason: You're link spamming, please stop. Second Warning. -
You many not have Adove software or related one you need to download it first.
Thanks
Jeff JonesLeave a comment:
-
Sending a Word document as an email message directly from Word
In Word 2010 and in Word 2007, the Send to Mail Recipient feature is not available in the Ribbon. To use this feature, you must add this command to the Quick Access Toolbar (QAT). To do this, follow these steps.
Word 2010
On the File menu, click Options.
Click Quick Access Toolbar, and then click All Commands in the Choose commands from...Leave a comment:
-
ThanksCode:**stylesheet code** #aCollection { background-image: url('images/collection.jpg'); } #aCollection:hover { background-image: url('images/collection_hover.jpg'); } #aCollection:active { background-image: url('images/collection_active.jpg'); }
Jeff JonesLast edited by Rabbit; Dec 17 '13, 04:16 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.Leave a comment:
-
step 1 : store your contacts in some collection object
step 2 : apply some listener on your collection object ,whenever is it updated
step 3 : whenever contacts is updated set a flag value
step 4 : write a webservice to update contacts list
step 5 : if the flag value says updated , send newly added contacts via web service to the web server
step 6 : add the new contacts in...Leave a comment:
-
I would give jboss another chance for doing http authentication.
I'll tell you what files you should modify:
...Code:* web.xml: say wich resources should be secured and how <security-constraint> <display-name>acceso seguro</display-name> <web-resource-collection> <web-resource-name>fullSite</web-resource-name> <url-pattern>*.jsp</url-pattern> <url-pattern>*.do</url-pattern>
Last edited by Rabbit; Dec 17 '13, 04:24 PM. Reason: Signatures are not allowed on Bytes. Please use [CODE] and [/CODE] tags when posting code or formatted data.Leave a comment:
-
Have you enabled any persistence to maintain session? like cookies which redirect a request from a particular client to same backend server. I think the persistence logic needs to be analysed here.
Another thing to try is clean apache cache using htcacheclean command, and check again if First option is not the issue
Jeff JonesLast edited by Niheel; Dec 10 '13, 04:13 PM.Leave a comment:
-
Open port (8081) of the server such that everyone can access your server. This depends on which OS you are using. Like if you are using Windows Vista, then follow the below steps.
Open Control Panel >> System and Security >> Windows Firewall then click on “Advance Setting” and then select “Inbound Rules” from the left panel and then click on “Add Rule…”. Select “PORT”...Leave a comment:
-
1. What is PHP?
2. Is there online documentation and tutorials that can help me learn PHP?
3. Can I run PHP locally on my PC?
4. How do you upload images (or other files) using PHP?
5. How can I create a CMS (Content Management System) with PHP?
6. I get an error at line number X when I run my PHP script, but I don't see any problem on that line.
My script isn't working right, but I can't figure out why.
...Last edited by Niheel; Dec 10 '13, 04:14 PM.Leave a comment:
-
You can count all fields in one count. It depends on your requirements and what they contain.
In my count version 1 you will find that The Paid Field contains a total of 15, The Use Field contains a total of 23 out of 26 records.
I use similar counts like this routinely.
In count version 2 I Included both fields to Count twice and Both as Group By to see the individual Break Downs and how they add up to their Totals. Once again...Last edited by Niheel; Dec 10 '13, 04:14 PM.Leave a comment:
No activity results to display
Show More
Leave a comment: