D
D
dm2015-06-08 15:41:48
JavaScript
dm, 2015-06-08 15:41:48

How to demonstrate the layout to the customer?

Is there any way / service to show the customer the layout without the possibility for him to copy the source code?
You can show it in skype by screen sharing or through teamviewer, but that's not it. You need to be in touch with two people at the same time, he will not click the site through Skype, etc. inconvenience.
Something like - uploaded the layout, received a link, sent it to the customer, he admires and tests, but cannot pick it up until he pays.

Answer the question

In order to leave comments, you need to log in

12 answer(s)
S
Stalker_RED, 2018-08-16
@danyvasnafig

Closures, scope

I
ixon, 2018-08-16
@ixon

It's all about the scope of variables. You declare them inside your function, and they won't exist outside of that function. To prevent this from happening, declare variables in advance, and then, during your function, assign them the values ​​you need.
For example:

var thud;
let thu;
window.onload = function () {
thu = document.getElementById('thumbs');
thud = document.getElementById('lol');
}

A
Alexander, 2018-08-16
@UPSA

Because it's an object. Try thu.innerHTML

D
Denis Ineshin, 2015-06-08
@Chekhoved

Don't bother. Just show on your hosting. 99% of customers will not be able to get anything out of there, and this is not convenient. And scammers will still deceive, in some other way only.

N
Nikolay Talanov, 2015-06-08
@Ronnie_Gardocki

Show the build version, where everything is minimized / glued / mutilated with test pictures and text for example. I would see how someone would steal this and try to modify it for themselves :)

U
uam, 2015-06-08
@uam

I always take prepayment. Take an advance payment because he threw a lot himself burned himself while he was young

M
Mark Rosenthal, 2015-06-08
@font

You can compress everything, you get a mess that is difficult to edit, although this will not always be displayed normally
45f14e35d6ad4ace961b6937ac3b3277.PNG

A
Anton, 2015-06-08
@samalanton

Maybe this will fit?

M
Mokhirjon Naimov, 2015-06-08
@zvermafia

Video demonstration is not channel or what?

A
Artem Malko, 2015-07-24
@artemmalko

Highly recommend TARS for this. There are docks, everything that can be done is described. You can even create an https connection. You can even see that the customer is currently clicking, which will scroll. Everything will be synchronized with your screen.

A
Alexey, 2015-01-02
@smok999

Artem, could you clarify in which direction to look in the TARS documentation?

F
Froggyweb, 2017-12-18
@Froggyweb

We are talking about tunnel . But all this is from the evil one. A laid-out page is not worth all the hemorrhoids of protecting it. To make up a large one on parole is necessary only for regular customers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question